What is define directive?


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

Post New Answer

More C Interview Questions

In C language what is a 'dangling pointer'?

0 Answers   Accenture,


Write a simple program to find the size of different basic data types in C.

3 Answers  


int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?

7 Answers   Parimal, Wipro,


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

0 Answers   Wilco,


Explain what is a pragma?

0 Answers  






How does sizeof know array size?

0 Answers  


write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR

3 Answers   IBM,


What is the best style for code layout in c?

0 Answers  


why r u join this company? give solid resons.

16 Answers   IBM, Infosys, TCS,


why programming language C is still used in operating system's kernel??

1 Answers   Wipro,


What’s a signal? Explain what do I use signals for?

0 Answers  


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

0 Answers  


Categories