Why is it that not all header files are 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

how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...

1 Answers   Infosys,


why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?

2 Answers  


2. What does static variable mean?

2 Answers  


Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc

4 Answers  


What is the scope of static variable in c?

0 Answers  






What is the use of bitwise operator?

0 Answers  


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

2 Answers   Aricent, Manipal University,


Give the rules for variable declaration?

0 Answers  


What is the role of && operator in a program code?

0 Answers  


Multiply an Integer Number by 2 Without Using Multiplication Operator

0 Answers  


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

0 Answers  


Is main a keyword in c?

0 Answers  


Categories