#define f(g,h) g##h
main O
int i=0
int var=100
;
print f ("%d"f(var,10));}
what would be the output?
Answer / ricky
It will show an error:
Undefined symbol var10 in main function
| Is This Answer Correct ? | 4 Yes | 3 No |
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
what is the syallabus of computer science students in group- 1?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What is the most efficient way to count the number of bits which are set in an integer?
helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
What are valid operations on pointers?
What are the valid places to have keyword “break”?
How to add two numbers with using function?
differentiate built-in functions and user – defined functions.
Explain what are the __date__ and __time__ preprocessor commands?
What are the different file extensions involved when programming in C?