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 ?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of void in c?

1055


Write a code to generate a series where the next element is the sum of last k terms.

1210


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

1100


What does char * * argv mean in c?

1044


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

1392


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

3927


What is a macro, and explain how do you use it?

1064


What is a const pointer?

1090


Explain what is operator promotion?

1068


Do you know pointer in c?

1029


How can you allocate arrays or structures bigger than 64K?

1119


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

1021


What is the difference between arrays and pointers?

1113


What does %p mean c?

1055


Is Exception handling possible in c language?

2034