what is mean [] inc
what is the use of include conio.h in c



what is mean [] inc what is the use of include conio.h in c ..

Answer / kiran

I could not understand your first question. If you are
referring to square brackets, they represents an array.

The second answer is, conio.h supports functions to perfrom
console i/o operations, like, sprintf, sscanf, clrscr and
many more. Hope that helps.

Is This Answer Correct ?    27 Yes 5 No

Post New Answer

More VC++ AllOther Interview Questions

A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.

3 Answers   Honeywell,


What is vcredist_x86 exe?

0 Answers  


What is command routing in VC++

3 Answers   Siemens,


What is the file extension used for C++ class implementation files?

3 Answers  


what is the difference between the codes written in the document class and view class

1 Answers  






What keyboard editor command is used for Undo?

1 Answers  


Do I need microsoft visual c++ on my computer?

0 Answers  


Do I need the microsoft visual c++?

0 Answers  


Explain the advantages of cwinthread class.

0 Answers  


How do I get rid of microsoft visual c++ runtime library error?

0 Answers  


I have to DLL one is COM dll and another is normal DLL. How I can identify which dll is normal DLL and which DLL is from COM DLL. please give me some clear picture on these

2 Answers  


How do I create an mfc application in vc++?

0 Answers  


Categories