what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / vbr
getch() is the function to see the out put but getch()??
is used to examin the out put
| Is This Answer Correct ? | 74 Yes | 103 No |
Post New Answer View All Answers
What are qualifiers in c?
What is the meaning of && in c?
Which is better malloc or calloc?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What's the right way to use errno?
Is null a keyword in c?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
Are pointers integers in c?
Who is the founder of c language?
What is the right way to use errno?
What is the value of c?
What is the difference between array and pointer in c?
How can I read in an object file and jump to locations in it?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Is array a primitive data type in c?