#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 |
write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words
5 Answers Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,
What is the use of typedef in c?
What is a class c rental property?
what is a NULL pointer?
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
What happens if you free a pointer twice?
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
What is the significance of an algorithm to C programming?
array of pointer pointer to array pointer to pointer
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What is an auto variable in c?
Write any data structure program (stack implementation)