which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / prem
All are preprocessor Directives..
Refer http://msdn2.microsoft.com/en-us/library/79yewefw
(VS.71).aspx
for details
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
`write a program to display the recomended action depends on a color of trafic light using nested if statments
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
What are the standard predefined macros?
Why we use int main and void main?
Why enum is used in c?
What is getch?
How can you check to see whether a symbol is defined?
What is non linear data structure in c?
What is atoi and atof in c?
Describe the modifier in c?
What is malloc return c?
How variables are declared in c?
What is a union?
What does return 1 means in c?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler