What is the use of #include in c?


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

Post New Answer

More C Interview Questions

List the difference between a 'copy constructor' and a 'assignment operator' in C?

0 Answers   Accenture,


What is the difference between memcpy and memmove?

0 Answers  


How can I change the size of the dynamically allocated array?

0 Answers  


What is C language Terminator?

15 Answers   TCS,


Are there any problems with performing mathematical operations on different variable types?

0 Answers  






Explain the array representation of a binary tree in C.

0 Answers   Genpact,


please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC

2 Answers   Mphasis,


Why calloc is better than malloc?

0 Answers  


What are multidimensional arrays?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it

5 Answers   ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,


main() { int i=400,j=300; printf("%d..%d"); }

13 Answers   ME,


Explain bitwise shift operators?

0 Answers  


Categories