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

Answer Posted / magesh

All are preprocessor directive

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by a local block?

639


Distinguish between actual and formal arguments.

599


PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE

1482


Are pointers integers in c?

619


What do you mean by scope of a variable in c?

558






What is the value of h?

608


regarding pointers concept

1585


find out largest elemant of diagonalmatrix

1657


Do string constants represent numerical values?

936


Explain what is the benefit of using enum to declare a constant?

596


What is the difference between typedef and #define?

552


What do you mean by Recursion Function?

636


What are local static variables? How can you use them?

653


What is malloc and calloc?

584


Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

2255