what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / venkatesh kr
getch() is use in c langauge for hold the screen.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
Which is the best website to learn c programming?
What is the newline escape sequence?
can we implement multi-threads in c.
what is different between auto and local static? why should we use local static?
Who is the main contributor in designing the c language after dennis ritchie?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What is a stream water?
What is the difference between %d and %i?
How many data structures are there in c?
What is methods in c?
Differentiate between a for loop and a while loop? What are it uses?
What is wrong with this program statement? void = 10;
What is f'n in math?
What are enums in c?
List the difference between a "copy constructor" and a "assignment operator"?