Why #include is used in c language?


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

Post New Answer

More C Interview Questions

.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

0 Answers   Wilco,


Tell me what is null pointer in c?

0 Answers  


Program to trim a given character from a string.

5 Answers   NetApp,


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

0 Answers  


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

0 Answers   Genpact,






What is information technology.

1 Answers  


Where can I get an ansi-compatible lint?

0 Answers  


Why static variable is used in c?

0 Answers  


Why we use break in c?

0 Answers  


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

0 Answers   TCS,


write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.

3 Answers  


What does *p++ do?

0 Answers  


Categories