What functions are in conio h?


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

Post New Answer

More C Interview Questions

find second largest element in array w/o using sorting techniques? use onle one for loop.

15 Answers   BitWise, Zycus Infotech,


main() { int a; a=++100; printf("%d",a); getch(); }

4 Answers  


Explain how can I pad a string to a known length?

0 Answers  


what information does the header files contain?

6 Answers   BSNL, Cisco, GDA Technologies,


what is pointer ?

10 Answers   Kernex Micro Systems,






what is the meaning of 'c' language

3 Answers  


pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?

2 Answers   eClerx, Excel, kenexa,


What are qualifiers and modifiers c?

0 Answers  


What do you mean by Recursion Function?

0 Answers   Hexaware,


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

0 Answers  


What is a loop?

0 Answers  


the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0

1 Answers  


Categories