Answer Posted / hussain reddy
120
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is memcpy() function?
how to write a c program to print list of fruits in alpabetical order?
plz let me know how to become a telecom protocol tester. thank you.
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Lists the benefits of c programming language?
When should a type cast be used?
Explain the use of 'auto' keyword in c programming?
Can main () be called recursively?
What is memory leak in c?
How can I sort more data than will fit in memory?
What is I ++ in c programming?
Difference between macros and inline functions? Can a function be forced as inline?
What is the use of c language in real life?
Why C language is a procedural language?
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