What are header files and what are its uses in C programming?


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

Post New Answer

More C Interview Questions

given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)

6 Answers   amu, TCS,


SRUCTURE PROGRAMMING

3 Answers   CTS, Wipro,


what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }

3 Answers  


What does & mean in scanf?

0 Answers  


Why double pointer is used in c?

0 Answers  






i need all types of question paper releted to "c" and other language.

0 Answers  


What is the difference b/w main() in C language and main() in C++.

7 Answers  


What is the scope of static variables in c language?

0 Answers  


Explain what is the difference between far and near ?

0 Answers  


Write code for finding depth of tree

2 Answers   Adobe,


I need previous papers of CSC.......plz help out by posting them.......

0 Answers  


What are predefined functions in c?

0 Answers  


Categories