R
Q. What is the output of C Program with arrays.?
int main() { int rollno[3]=[1001,1002,1003]; printf("%d", rollno[1]); }
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. Variables of type auto, static and extern are all stored in?
Q. Which of these is not a valid preprocessor in C?
Q. Size of the array need not be specified, when
Q. What will be the value of `a` after the following code is executed?
Q. What data type can store 15.9635?
Q. The keywords are also called
Q. If we do not explicitly assign values to enum names, the compiler by default assigns values to ?
Discusssion
Login to discuss.