Why are all header files not declared in every c program?


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

Post New Answer

More C Interview Questions

Explain what are binary trees?

0 Answers  


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

0 Answers   Infosys,


Why #include is used in c language?

0 Answers  


How would you find a cycle in a linked list?

3 Answers   NSN,


What is a substring in c?

0 Answers  


User define function contain thier own address or not.

2 Answers  


What are pointers? Why are they used?

0 Answers  


array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}

12 Answers   Google, Motorola,


What does the error 'Null Pointer Assignment' mean and what causes this error?

0 Answers   TISL,


What do you mean by invalid pointer arithmetic?

0 Answers  


the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters

2 Answers  


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

0 Answers   TCS,


Categories