Explain what are header files and explain what are its uses in c programming?


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

Post New Answer

More C Interview Questions

write a program for odd numbers?

15 Answers  


#include<stdio.h> int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

0 Answers  


What is the best way to comment out a section of code that contains comments?

0 Answers  


which is an algorithm for sorting in a growing Lexicographic order

0 Answers  


write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .

1 Answers   Subex,






52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?

9 Answers  


How can I do peek and poke in c?

0 Answers  


why do we use pointer instead directly acessing the data?

2 Answers  


Function calling procedures? and their differences? Why should one go for Call by Reference?

0 Answers   ADP,


What is the heap?

0 Answers  


What is #line?

0 Answers  


What is the symbol indicated the c-preprocessor?

0 Answers  


Categories