which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / shiva
All are preprocessor directives
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Is c is a middle level language?
What is break in c?
How can I make it pause before closing the program output window?
What is the acronym for ansi?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What is local and global variable in c?
What is ponter?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
When c language was developed?
Why c is called a middle level language?
Explain the difference between call by value and call by reference in c language?
#include
What does volatile do?
Explain what are the advantages and disadvantages of a heap?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function