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

Why is a semicolon (;) put at the end of every program statement?

0 Answers  


What are the different file extensions involved when programming in C?

0 Answers  


What is the difference between a free-standing and a hosted environment?

0 Answers   Aspire,


What is the value of h?

0 Answers  


write a program to display the array elements in reverse order in c language

16 Answers  


A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above

2 Answers   Accenture,


What does stand for?

0 Answers  


What is modifier & how many types of modifiers available in c?

0 Answers  


If you know then define #pragma?

0 Answers  


What is the purpose of void in c?

0 Answers  


#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }

1 Answers  


Write a program to find the smallest and largest element in a given array in c language

11 Answers   Microsoft, Vembu,


Categories