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

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  


What is difference between c++ and vc++?

0 Answers  


what are the advantages of VC++ design environment

1 Answers  


What is the difference between the client and non-client areas?

2 Answers  


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

0 Answers  






Difference between getmessage, postmessage & peakmessage.

0 Answers  


How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?

0 Answers   Soft Solutions,


What is iunknown? Explain some of commonly used methods provided by iunknown.

0 Answers  


What is visual c++ redistributable?

0 Answers  


#include<stdio.h>int(){int a,*b,**c,***d,****e; a=10;b=&a;c=&b;d=&c;e=&c;printf("a=%d b=%u c=%u d=% e=%u",a,b,c,d,e);printf ("%d%d%d\n",a,a+?*b,**c+***d+,****e);return0;}

1 Answers  


Name the three attributes of a pen?

1 Answers  


What is difference between c++ and visual c++?

0 Answers  


Categories