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


Please Help Members By Posting Answers For Below Questions

What is equivalent to ++i+++j?

653


What should malloc(0) do?

623


What are directives in c?

558


What happens if a header file is included twice?

610


When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

816






What are linked lists in c?

653


In a header file whether functions are declared or defined?

639


how many errors in c explain deply

1637


What is a good way to implement complex numbers in c?

602


What is the difference between #include and #include 'file' ?

615


What is c language used for?

567


write a program to copy the string using switch case?

2410


What is the use of parallelize in spark?

582


How would you obtain the current time and difference between two times?

738


Why do we use namespace feature?

590