which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma

Answer Posted / c.sureshkumar

elif is not a preprocessor

Is This Answer Correct ?    5 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why & is used in scanf in c?

818


Can we use visual studio for c?

783


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

918


What is string function c?

798


What is sizeof int?

844


What are two dimensional arrays alternatively called as?

953


What is the use of extern in c?

850


What is a pragma?

889


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

866


What is #pragma statements?

853


how should functions be apportioned among source files?

877


What is the best way of making my program efficient?

776


Where define directive used?

826


What is string length in c?

837


given post order,in order construct the corresponding binary tree

2545