#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
Explain how are 16- and 32-bit numbers stored?
can we store values and addresses in the same array? explain
What is the exact difference between '\0' and ""
write a c program to find the probability of random numbers between 1-1000
what is the defrenece between structure and union
Why c language is called c?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
the data type used for unlimited value in c and how to do this program
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
How can I call a function with an argument list built up at run time?
Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?
Sir i need notes for structure,functions,pointers in c language can you help me please