what is the difference between getch() and getchar()?
Answer Posted / mayur dharmik
getch()
1. Does not echo
2. procces immediatly the typed character and wait to hit Enter
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is c still used?
p*=(++q)++*--p when p=q=1 while(q<=6)
What are different types of variables in c?
Where are the auto variables stored?
In a byte, what is the maximum decimal number that you can accommodate?
What are the application of c?
What are header files why are they important?
What is the difference between local variable and global variable in c?
What is a dynamic array in c?
What is difference between static and global variable in c?
What do you mean by a local block?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
write a programming in c to find the sum of all elements in an array through function.
What is #line?