R
Q. What is the output of C Program?
int main() { int a[]; a[4] = {1,2,3,4}; printf("%d", a[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. What is the output of the following code?
Q. What is the value of “y” in this code?
Q. String constants should be enclosed between ___
Q. Which among the following is never possible as an output for float?
Q. What will happen if a header file is included in a program twice?
Q. What will be the output of the following C code?
Q. What will be the output of the following C code?
Discusssion
Login to discuss.