What is a header file?


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

Post New Answer

More C Interview Questions

What is else if ladder?

0 Answers  


Explain what are linked list?

0 Answers  


what are the advantage and disadvantage of recursion

5 Answers  


a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'

2 Answers  


Give the rules for variable declaration?

0 Answers  






Explain what is wrong with this program statement?

0 Answers  


Multiply an Integer Number by 2 Without Using Multiplication Operator

0 Answers  


Why isnt there a numbered, multi-level break statement to break out

0 Answers  


Write a programme to find even numbers without using any conditional statement?

3 Answers   ADD Software, Infosys,


Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}

11 Answers   IBM, TCS,


What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }

5 Answers  


What is hashing in c?

0 Answers  


Categories