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

Why is c platform dependent?

0 Answers  


Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?

2 Answers   Accenture,


What is #ifdef ? What is its application?

0 Answers   TCS,


What is boolean in c?

0 Answers  


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

0 Answers  






Please list all the unary and binary operators in C.

3 Answers  


what is bit rate & baud rate? plz give wave forms

0 Answers  


I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed

4 Answers   Aspire,


How is a pointer variable declared?

0 Answers  


Explain the difference between #include "..." And #include <...> In c?

0 Answers  


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

0 Answers   Infosys,


1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

3 Answers  


Categories