macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / guest
d)type declaration
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is the difference between int main and void main?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
How can I write a function that takes a format string and a variable number of arguments?
What is c token?
What does the characters “r” and “w” mean when writing programs that will make use of files?
Why do we need volatile in c?
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
List the variables are used for writing doubly linked list program.
Why can't I perform arithmetic on a void* pointer?
What is the use of header?
What is getch c?
Does c have class?
How does sizeof know array size?
What is a program flowchart?
how do you programme Carrier Sense Multiple Access