Differentiate between Macro and ordinary definition.
No Answer is Posted For this Question
Be the First to Post Answer
How will you divide two numbers in a MACRO?
what is the format specifier for printing a pointer value?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
diff between exptected result and requirement?
explain what is a newline escape sequence?
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
How arrays can be passed to a user defined function
How do you construct an increment statement or decrement statement in C?
What is volatile variable in c?
How does #define work?
write a program to find out prime number using sieve case?
What does it mean when the linker says that _end is undefined?