Answer Posted / ravi joshi
left-to-right
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
How can I get back to the interactive keyboard if stdin is redirected?
How are structure passing and returning implemented?
How do we print only part of a string in c?
What is the value of uninitialized variable in c?
Explain how can I right-justify a string?
What is the use of ?: Operator?
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
How can I avoid the abort, retry, fail messages?
What are pointers? Why are they used?
What is the explanation for prototype function in c?
How do I read the arrow keys? What about function keys?
Why main is used in c?
What is an example of structure?
What do you mean by dynamic memory allocation in c? What functions are used?
Is null valid for pointers to functions?