How many header files are in c?


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

Post New Answer

More C Interview Questions

What is the difference between pure virtual function and virtual function?

0 Answers  


What are formal parameters?

0 Answers  


how to print 212 as Twohundreds twelve plz provide me ans soon

1 Answers  


IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.

5 Answers   TCS,


What does 1f stand for?

0 Answers  


Is it valid to address one element beyond the end of an array?

0 Answers  


What is the diffrent between while and do while statement ?

6 Answers  


Why is void main used?

0 Answers  


What is linear search?

0 Answers  


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

0 Answers  


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

0 Answers  


what is the difference between #include<stdio.h> and #include "stdio.h" ?

3 Answers  


Categories