macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / guest
hypochecking
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What is c standard library?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Can you tell me how to check whether a linked list is circular?
What is 02d in c?
How can I get the current date or time of day in a c program?
What are high level languages like C and FORTRAN also known as?
Differentiate between ordinary variable and pointer in c.
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
Explain what is the difference between text files and binary files?
What is build process in c?
What are integer variable, floating-point variable and character variable?
What is the difference between a free-standing and a hosted environment?
What is difference between stdio h and conio h?
What is the difference between typedef and #define?
How do you print an address?