T
Q. What will be the output of the following C code?
#include <stdio.h> #define message_for(a, b) \ printf("Learn " #a " programming language at " #b) int main(void){ message_for(python, w3schools); 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. Array elements are always stored in ___ memory locations.
Q. What will be output for the following code?
Q. Which character always ends a statement?
Q. What is the output of C Program?
Q. It is not possible to create an array of pointer to structures.
Q. Which loop is faster in C Language, for, while or Do While.?
Q. The statement printf("%c", 100); will print?
Discusssion
Login to discuss.