which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / kalpana.y
#elif is not a preprocessor
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Explain what is wrong in this statement?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Differentiate Source Codes from Object Codes
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
What is structure in c explain with example?
Can you please explain the difference between exit() and _exit() function?
Explain what does the format %10.2 mean when included in a printf statement?
what is the structure pointer?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
How do you initialize pointer variables?
How can I find out if there are characters available for reading?
Is there a built-in function in C that can be used for sorting data?
What is openmp in c?
What is the difference between the expression “++a” and “a++”?
How do I determine whether a character is numeric, alphabetic, and so on?