G
Q. What will be the output of the following C code?
#include <stdio.h> int main() { int y = 10000; int y = 34; printf("Hello World! %d\n", y); 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. What will be the output of the following C code?
Q. An array elements are always stored in _________ memory locations.
Q. What are the types of linkages?
Q. What is a multidimensional array in C Language?
Q. Which of these is a valid preprocessor in C?
Q. Which keyword is used to prevent any changes in the variable within a C program?
Q. What is the output of C program with switch statement or block?
Discusssion
Login to discuss.