Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is Conio.h ?

Answers were Sorted based on User's Feedback



What is Conio.h ?..

Answer / deepak kumar dhurve

(Console Input Output Header File) used generally used in console based application both can be used ini a single header file,there are no problem using both header file in a single header file.

Is This Answer Correct ?    9 Yes 0 No

What is Conio.h ?..

Answer / wazid hussain

conio.h stands for consol input output . header file that reads input from input device and send output to the monitor....

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More C Interview Questions

Which header file should you include if you are to develop a function which can accept variable number of arguments?

0 Answers   TCS, TISL,


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

0 Answers  


What is the use of parallelize in spark?

0 Answers  


how to generate the length of a string without using len funtion?

4 Answers  


If an old women's age is the same as her three grand daughters i,mean the number of days old child=the no of weeks old child=no of months old child .The total yrs of all these ppl is 114 yrs...then how old is the old woman? the yr has 365 days..and 30 days each month.

1 Answers   TCS,


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

0 Answers  


what will happen if you free a pointer twice after allocating memory dynamically ?

3 Answers   Novell,


what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }

6 Answers   IBM,


What is structure of c program?

0 Answers  


What is a keyword?

0 Answers  


how we can make 3d venturing graphics on outer interface

1 Answers   Microsoft,


main() { printf("hello%d",print("QUARK test?")); }

5 Answers  


Categories