In a header file whether functions are declared or defined?


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

Post New Answer

More C Interview Questions

biggest of two no's with out using if condition statement

5 Answers  


What functions are used in dynamic memory allocation in c?

0 Answers  


Explain the use of 'auto' keyword in c programming?

0 Answers  


do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?

1 Answers   Oracle,


What is static memory allocation? Explain

0 Answers  






How does sizeof know array size?

0 Answers  


What are local and global variables?

3 Answers  


increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {

2 Answers   HCL, Syntel, TCS,


fn f(x) { if(x<=0) return; else f(x-1)+x; }

5 Answers   HCL,


What is the difference between File pointer and Internal Charecter Pointer?

2 Answers   TATA,


How to add two numbers without using semicolon at runtime

2 Answers  


Write a program to find the biggest number of three numbers in c?

0 Answers  


Categories