why we use conio.h in c programming?



why we use conio.h in c programming?..

Answer / Kshitij Kumar Srivastava

The <conio.h> header file in C programming provides various console input/output functions, such as getting user input with getch() and clearing the screen with clrscr(). However, modern systems no longer support this header file, and it's recommended to use standard library functions for these purposes instead, like getchar(), printf(), and system("cls") for Windows-based systems.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Engineering AllOther Interview Questions

What are the features of tata nano , technical specification of tata nano, overview of tata nano, varients of tata nano, price of tata nano, dealers of tata nano, expectation from tata nano, criticism of tata nano, tata nano hybrid ?

0 Answers   TATA,


What is sanity testing..please explain with examples

1 Answers  


How to write AM/FM demodulation in C language ?

0 Answers  


boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName);

1 Answers  


What is the time complexity T(n) of the nested loops below? For simplicity, you may assume that n is a power of 2. That is, n = 2k for some positive integer k. : i = n; while (i >= 1){ j = i; while (j <= n) { <body of the inner while loop > // Needs &#61553;(1). j = 2 * j; } i = &#61675;i/2&#61691;; } :

2 Answers  


WHAT IS DIFFERENCE BETWEEN ART & VECTOR QUANTISATION BASED ON THEIR APPLICATION IN NEURAL NETWORK

1 Answers  


as we know that java is a platform independent language, but we need jvm for the same operating system why?

1 Answers  


what is different between static block and public static void main??

1 Answers   HCL,


when did actually oil exploration start

1 Answers  


what is a query for divide a table into two subtable?

1 Answers  


How to configure gigabit port in 2950

3 Answers   Cisco,


How do aeroplanes fly? Why can some fly up-side down?

1 Answers  


Categories
  • Civil Engineering Interview Questions Civil Engineering (5086)
  • Mechanical Engineering Interview Questions Mechanical Engineering (4453)
  • Electrical Engineering Interview Questions Electrical Engineering (16638)
  • Electronics Communications Interview Questions Electronics Communications (3918)
  • Chemical Engineering Interview Questions Chemical Engineering (1095)
  • Aeronautical Engineering Interview Questions Aeronautical Engineering (239)
  • Bio Engineering Interview Questions Bio Engineering (96)
  • Metallurgy Interview Questions Metallurgy (361)
  • Industrial Engineering Interview Questions Industrial Engineering (259)
  • Instrumentation Interview Questions Instrumentation (3014)
  • Automobile Engineering Interview Questions Automobile Engineering (332)
  • Mechatronics Engineering Interview Questions Mechatronics Engineering (97)
  • Marine Engineering Interview Questions Marine Engineering (124)
  • Power Plant Engineering Interview Questions Power Plant Engineering (172)
  • Textile Engineering Interview Questions Textile Engineering (575)
  • Production Engineering Interview Questions Production Engineering (25)
  • Satellite Systems Engineering Interview Questions Satellite Systems Engineering (106)
  • Engineering AllOther Interview Questions Engineering AllOther (1379)