what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / rajesh kumar
Waiting the input for output screen..
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
Explain what happens if you free a pointer twice?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What are the 5 types of organizational structures?
Why c language?
What is the use of static variable in c?
What is new line escape sequence?
Why is sprintf unsafe?
What does the message "automatic aggregate intialization is an ansi feature" mean?
What are local variables c?
What is far pointer in c?
What is structure in c definition?
Tell us something about keyword 'auto'.
What is the explanation for prototype function in c?
Which are low level languages?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.