macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / sneha kumari
d.type declaration
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is array of structure in c?
Hi can anyone tell what is a start up code?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
Can 'this' pointer by used in the constructor?
How can you determine the size of an allocated portion of memory?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What is volatile c?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What do header files do?
Explain how can I pad a string to a known length?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
What is anagram in c?
What does != Mean in c?
What is calloc malloc realloc in c?