What is the purpose of the preprocessor directive error?


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

Post New Answer

More C Interview Questions

how to write a data 10 in address location 0x2000

3 Answers  


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

0 Answers  


How can I access a memory located at certain address?

2 Answers   CSC,


how do we remove the printed character in printf statement and write next it it

1 Answers  


how to find sum of digits in C?

21 Answers   CTS, Infosys,






to convert a string without using decrement operater and string functions

1 Answers  


What is this infamous null pointer, anyway?

0 Answers  


Why is structure important for a child?

0 Answers  


main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?

5 Answers   TCS,


how to build a exercise findig min number of e heap with list imlemented?

0 Answers  


Tell me the use of bit field in c language?

0 Answers  


f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?

7 Answers   Hughes,


Categories