what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / mamatha
getch() is used for when we give the input that should be
hidden.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain zero based addressing.
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
Why do we use namespace feature?
What is NULL pointer?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
Difference between strcpy() and memcpy() function?
What is scope rule of function in c?
Differentiate between ordinary variable and pointer in c.
What is property type c?
Differentiate between Macro and ordinary definition.
What is difference between function overloading and operator overloading?
What is #line?
Sir i need notes for structure,functions,pointers in c language can you help me please
What does the c in ctime mean?