What is header file definition?


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

Post New Answer

More C Interview Questions

Is c is a high level language?

0 Answers  


What is void c?

0 Answers  


What is the general form of a C program?

0 Answers  


What is c++ used for today?

0 Answers  


write a c program to find the square of a 5 digit number and print the result.

5 Answers   Accenture, Sasken, Vimukti Technologies,






What are the types of data files?

0 Answers  


write a program to display the frequency of each element in a given array in c language

1 Answers  


What is oops c?

0 Answers  


write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

0 Answers  


WHAT IS PRE POSSESSORS?

6 Answers   TATA,


How the C program can be compiled?

11 Answers   HP,


what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }

4 Answers  


Categories