#define f(g,h) g##h
main O
int i=0
int var=100
;
print f ("%d"f(var,10));}
wat would be the output??
No Answer is Posted For this Question
Be the First to Post Answer
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What are different types of operators?
Is python a c language?
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
Why we not create function inside function.
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Why does the call char scanf work?
How can I list all of the predefined identifiers?
What is the advantage of using #define to declare a constant?
0 Answers Agilent, ZS Associates,
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.
Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
What is FIFO?