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

What are the advantages and disadvantages of a heap?

0 Answers  


What is variable declaration and definition in c?

0 Answers  


code snippet for creating a pyramids triangle ex 1 2 2 3 3 3

4 Answers  


hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .

0 Answers   Aegis, CDAC, Infosys,


int *a[5] refers to

12 Answers   TCS,






What are types of functions?

0 Answers  


how to find that no is int or float?

5 Answers  


What is data structure in c language?

0 Answers  


What is pre-emptive data structure and explain it with example?

0 Answers  


what wud be the output? main() { char *str[]={ "MANISH" "KUMAR" "CHOUDHARY" }; printf("\nstring1=%s",str[0]); printf("\nstring2=%s",str[1]); printf("\nstring3=%s",str[2]); a)string1=Manish string2=Kumar string3=Choudhary b)string1=Manish string2=Manish string3=Manish c)string1=Manish Kumar Choudhary string2=(null) string3=(null) d)Compiler error

9 Answers   Infosys,


What is the meaning of int *x[]();?

1 Answers  


Difference between malloc() and calloc() function?

0 Answers  


Categories