What is #include stdio h and #include conio h?


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

Post New Answer

More C Interview Questions

Is it possible to use curly brackets ({}) to enclose single line code in c program?

0 Answers  


p*=(++q)++*--p when p=q=1 while(q<=6)

0 Answers   KINPOE,


I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?

3 Answers  


What is pointer to pointer in c language?

0 Answers  


wite a programme in c to linear search a data using flag and without using flags?

3 Answers   TCS,






Explain how many levels deep can include files be nested?

0 Answers  


Is array name a pointer?

0 Answers  


What is void main () in c?

0 Answers  


write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.

1 Answers  


What is the difference between functions getch() and getche()?

0 Answers  


Convert the following expression to postfix and prefix (A+B) * (D-C)

3 Answers   Satyam,


Difference between null pointer and dangling pointer?

7 Answers   GE, Wipro,


Categories