#include using namespace std; int main() { int arr[] = {15, 25, 50}; cout << -2[arr]; return 0; }
It’s just printing the negative value of the concern element.
Previous Question Next Question
Your comments will be displayed only after manual approval.