What is conio h in c?


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

Post New Answer

More C Interview Questions

Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program

19 Answers   CTS, HCL, TCS,


#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?

3 Answers   Huawei,


What are the types of type qualifiers in c?

0 Answers  


What is the purpose of & in scanf?

0 Answers  


What is variable declaration and definition in c?

0 Answers  






what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }

4 Answers  


Why are all header files not declared in every c program?

0 Answers  


How many data structures are there in c?

0 Answers  


is it possible to create your own header files?

0 Answers  


Give basis knowledge of web designing ...

0 Answers   HCL,


identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;

8 Answers   TCS,


Explain the difference between strcpy() and memcpy() function?

0 Answers  


Categories