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

long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes

18 Answers   Acropolis, HCL, Intel, TCS,


Write a C program to fill a rectangle using window scrolling

1 Answers  


What are structure types in C?

0 Answers  


How many identifiers are there in c?

0 Answers  


What does double pointer mean in c?

0 Answers  






main() { int i=5; printf("%d%d%d%d",i++,i--,i); }

10 Answers  


What is a global variable in c?

0 Answers  


how to find the kth smallest element in the given list of array elemnts.

8 Answers   Silicon,


Is it possible to pass an entire structure to functions?

0 Answers  


What is c standard library?

0 Answers  


What are formal parameters?

0 Answers  


1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?

3 Answers   Qualcomm,


Categories