#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
write a method for an array in which it can display the largest n next largest value.
Explain about block scope in c?
how is the examination pattern?
What are the advantages of using linked list for tree construction?
swap two integer variables without using a third temporary variable?
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
What is dynamic dispatch in c++?
what is the meaning of java that is (J A V A) full form of JAVA
71 Answers AKS University, Bhel, BNL, BPO, HCL, Peacecon,
int x=sizeof(!5.856); What will value of variable x?
write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)
7 Answers Consultancy, DBU, FD, JK Associates, Kobe, Satyam,
What is hungarian notation? Is it worthwhile?
difference between c and c++?