which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / wizard
Ans is #if, no preprocessor directive with #if. it is #ifdef
or #ifndef
Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What are reserved words?
What is "Duff's Device"?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Can we add pointers together?
What the different types of arrays in c?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
Wt are the Buses in C Language
What is malloc() function?
What is difference between class and structure?
How do you define structure?
What are control structures? What are the different types?
How to create struct variables?