#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 |
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
what is structuer?
Can i use Two or More Main Funtion in any C program.?
please send me papers for Dy. manager IT , PNB. it would be a great help for me.
Explain #pragma statements.
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What is variable in c with example?
What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }
m=++i&&++j(||)k++ printf("%d"i,j,k,m)
How do you access command-line arguments?
What does 3 periods mean in texting?