M
Q. What is the output of the following code snippet?
int main() { int sum = 2 + 4 / 2 + 6 * 2; printf("%d", sum); return 0; }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Q. What the instruction tells ' const int *ptr '?
Q. Which of the following operator has highest Precedence?
Q. Choose a correct statement about static variable.
Q. What is the output of the C Program?
Q. Which of the below syntax is the correct way of declaring a function?
Q. What will you do to treat the constant 3.14 as a float?
Q. What is the maximum number of dimensions an array in C may have?
Q. Which function is used to delete the allocated memory space?
Q. Which of the following is an exit controlled loop?
Q. Which one of the following is correct for overloaded functions in C++ ?
Discusssion
Login to discuss.