which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / yashwanth
all are preprocessor directives
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is chain pointer in c?
What 'lex' does?
#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); }
When can a far pointer be used?
What is calloc malloc realloc in c?
Tell me can the size of an array be declared at runtime?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Who invented b language?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What does the error 'Null Pointer Assignment' mean and what causes this error?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Explain high-order bytes.
What is a dynamic array in c?
Write a program to check prime number in c programming?
Which is best linux os?