Explain what are preprocessor directives?


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

Post New Answer

More C Interview Questions

Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..

2 Answers  


What is binary tree in c?

0 Answers  


what is the different bitween abap and abap-hr?

0 Answers   TCS,


pgm to find middle element of linklist(in efficent manner)

4 Answers   Huawei,


When we use void main and int main?

0 Answers  


write a program to compare 2 numbers without using logical operators?

5 Answers   IBM,


Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.

3 Answers   Infosys,


Is there any demerits of using pointer?

0 Answers  


How old is c programming language?

0 Answers  


write a program for egyptian fractions in c?

1 Answers   Satyam,


Explain how can you restore a redirected standard stream?

0 Answers  


What is meant by preprocessor in c?

0 Answers  


Categories