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 the use of getch() function in C program..
difference b/w getch() and getche()??

Answer Posted / satnam

getch() is used in making the programme of password. by the help of getch() function whatever password is inputted by user is not displayed on a screen.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When should the volatile modifier be used?

1232


What are the advantages and disadvantages of pointers?

1121


What is malloc calloc and realloc in c?

1423


Does c have function or method?

1058


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

1168


Process by which one bit pattern in to another by bit wise operation is?

1225


Is c is a procedural language?

1130


What is a stream in c programming?

1229


write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

16111


Explain setjmp()?

1116


What are the 32 keywords in c?

1140


Can we use any name in place of argv and argc as command line arguments?

1125


What is assignment operator?

1110


In C language what is a 'dangling pointer'?

1234


write a program to generate address labels using structures?

4622