D
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 do you call STAR * and Ampersand & in a c program context.?
Q. What is true about strftime function?
Q. C preprocessors can have compiler specific features.
Q. Choose a correct C statement about String functions?
Q. Which of the following ways are correct to comment out preprocessing of any line?
Q. The C source file is processed by the ___
Q. What is the output of C Program with Strings?
Q. What are the types of Constants in C Language?
Q. What is the minimum and maximum values in Octal Number System?
Discusssion
Login to discuss.