which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / soumya
all are preprocessor
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
largest Of three Number using without if condition?
how can use subset in c program and give more example
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
What is a macro?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What is difference between && and & in c?
What language is lisp written in?
What is the use of pragma in embedded c?
Explain the difference between exit() and _exit() function?
What are the string functions? List some string functions available in c.
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What is the benefit of using const for declaring constants?
Describe dynamic data structure in c programming language?
Is the exit() function same as the return statement? Explain.