What is Conio.h ?

Answers were Sorted based on User's Feedback



What is Conio.h ?..

Answer / deepak kumar dhurve

(Console Input Output Header File) used generally used in console based application both can be used ini a single header file,there are no problem using both header file in a single header file.

Is This Answer Correct ?    9 Yes 0 No

What is Conio.h ?..

Answer / wazid hussain

conio.h stands for consol input output . header file that reads input from input device and send output to the monitor....

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More C Interview Questions

What is the difference between call by value and call by reference in c?

0 Answers  


What’s the special use of UNIONS?

0 Answers   ADP,


Explain what is the stack?

0 Answers  


How can a process change an environment variable in its caller?

0 Answers  


In C programming, what command or code can be used to determine if a number of odd or even?

0 Answers  






What is && in c programming?

0 Answers  


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

0 Answers  


why program counter is 16 bit?

3 Answers  


Explain what are run-time errors?

0 Answers  


void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }

1 Answers  


Why can’t constant values be used to define an array’s initial size?

0 Answers  


Can we change the value of #define in c?

0 Answers  


Categories