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 |
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.
What is vcredist_x86 exe?
What is command routing in VC++
What is the file extension used for C++ class implementation files?
what is the difference between the codes written in the document class and view class
What keyboard editor command is used for Undo?
Do I need microsoft visual c++ on my computer?
Do I need the microsoft visual c++?
Explain the advantages of cwinthread class.
How do I get rid of microsoft visual c++ runtime library error?
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
How do I create an mfc application in vc++?