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
How can you increase the allowable number of simultaneously open files?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What is the use of in c?
What is double pointer in c?
When should a type cast not be used?
Is c# a good language?
What is static memory allocation? Explain
Why is extern used in c?
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.
How can you increase the size of a statically allocated array?
ATM machine and railway reservation class/object diagram
write a program to print data of 5 five students with structures?
What are the 5 organizational structures?
What is wrong with this program statement?
What is the use of typedef in structure in c?