what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / svmurali
getch() and getche()
both are getting input charecter to user
but getche() display the that charecter to screen
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
Tell me is null always defined as 0(zero)?
What are the different types of errors?
Should I learn data structures in c or python?
What is function prototype in c language?
int i=10; printf("%d %d %d", i, i=20, i);
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
Here is a good puzzle: how do you write a program which produces its own source code as output?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
write a program in c language to print your bio-data on the screen by using functions.
What is maximum size of array in c?
Is swift based on c?
What are loops in c?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What are shell structures used for?
What is n in c?