macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answers were Sorted based on User's Feedback
Explain what is the difference between the expression '++a' and 'a++'?
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
Which sorting algorithm is the best?
What does the function toupper() do?
Differentiate b/w Modify and Update commands giving example.
What does return 1 means in c?
What is scanf () in c?
what is the difference between static variable and register variable?
What is a null string in c?
ABCDCBA ABC CBA AB BA A A
hi , please send me NIC written test papers to sbabavalli@gmail.com
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??