Answer Posted / vl
The pre processor directives are the code line which are
replaced by the actuall value (header file and Macro
replacements) before compiler start the syntax checks.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Why can arithmetic operations not be performed on void pointers?
Why do we use main function?
What is a node in c?
What is bash c?
Explain how can I write functions that take a variable number of arguments?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
How can I manipulate strings of multibyte characters?
How many header files are in c?
Explain that why C is procedural?
What is the purpose of ftell?
What functions are in conio h?
write a program to find the given number is prime or not
What are the disadvantages of external storage class?
What are the storage classes in C?
What is static identifier?