What are preprocessor directives?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is structure in c definition?

0 Answers  


If input is 123 then how to print 100 and 20 and 3 seperately?

4 Answers  


while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?

4 Answers   Aptech,


how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....

0 Answers  


can we change the default calling convention in c if yes than how.........?

0 Answers   Aptech,






A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile

0 Answers  


what is the defrenece between structure and union

5 Answers   Aloha Technology,


What is the use of f in c?

0 Answers  


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?

1 Answers   Wipro,


What is the difference between array_name and &array_name?

0 Answers  


c programming of binary addition of two binary numbers

4 Answers  


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

0 Answers  


Categories