which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / thoufik
#if is not the preprocessor.......
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What is the use of header?
What is the difference between void main and main in c?
Explain how do you list a file’s date and time?
how to write optimum code to divide a 50 digit number with a 25 digit number??
What does. int *x[](); means ?
What does %c do in c?
What is volatile variable in c?
How to set file pointer to beginning c?
Is it cc or c in a letter?
There seem to be a few missing operators ..
What do the functions atoi(), itoa() and gcvt() do?
How can type-insensitive macros be created?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
Is fortran faster than c?
What is main () in c?