#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 |
how to swap 2 numbers within a single statement?
write a function for strtok()??
What is the function of multilevel pointer in c?
How to draw the flowchart for structure programs?
a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
Add 2 64 bit numbers on a 32 bit machine
3 Answers EMC, Hyderabad Central University, NetApp,
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
What are the __date__ and __time__ preprocessor commands?
Which is best linux os?
Which is the best sort method for library management?