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

what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"

4 Answers  


Why doesnt that code work?

0 Answers  


What is the relation between # and include<stdio.h>

5 Answers   HCL,


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

0 Answers   TCS,


What are the disadvantages of external storage class?

0 Answers  






What is self-referential structure in c programming?

0 Answers  


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

0 Answers  


How can I find the modification date and time of a file?

0 Answers  


which is an algorithm for sorting in a growing Lexicographic order

0 Answers  


Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

0 Answers   Infosys,


Who is the founder of c language?

0 Answers  


Is null valid for pointers to functions?

0 Answers  


Categories