R
Q. What is the output of the C Program?
int main() { int a=0; a = 14%-5 - 2; printf("%d", a); return 0; }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. How can you write a[i][j][k][l] in equivalent pointer expression?
Q. The binary equivalent of 5.375 is
Q. Which of these is a user-defined data type in C?
Q. In C, static storage class cannot be used with:
Q. A class binds the ____ and its related _____ together
Q. Each statement in a C program should end with?
Q. Which data type is suitable for storing a number like? 25.00002500025
Q. Choose a syntax for C Ternary Operator from the list.
Q. What is the correct syntax to declare a pointer to a constant?
Discusssion
Login to discuss.