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
What is the difference between a free-standing and a hosted environment?
Why are algorithms important in c program?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What is string function in c?
Explain the concept and use of type void.
Not all reserved words are written in lowercase. TRUE or FALSE?
can anyone suggest some site name..where i can get some good data structure puzzles???
What is an lvalue?
What does the && operator do in a program code?
What is integer constants?
Explain the ternary tree?
Find MAXIMUM of three distinct integers using a single C statement
What does == mean in texting?
How can I make it pause before closing the program output window?