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
What are the two types of structure?
What is indirection in c?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
How can you avoid including a header more than once?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What is the use of ?
Do you know pointer in c?
What are bitwise shift operators in c programming?
How can I pad a string to a known length?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
#include
Is void a keyword in c?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
Explain union. What are its advantages?
What is the use of header files?