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 |
How to declare more than one variable on a single line?
Do I need microsoft visual c++ 2005 redistributable on my computer?
What is visual c++ runtime?
hi i have 1180 in gre and 109 in toefl i have one more backlog to clear now. My classes got over in 2007 july. can i put a course completion certificate for my f1 visa interview. plz help
Is it safe to uninstall microsoft visual c++ 2008 redistributable?
#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;}
What is cmutex? How can we use it?
What is odbc in vc ++?
What is microsoft visual c++ 2013 redistributable package x64?
How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?
What property is used to indicate that the up-down control is associated with a buddy control?
How you build a project using Developer Studio?