Answer Posted / guest
\0 is end of the string.
"" is empty charater, each space is also refered as
character
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
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
What is the size of enum in bytes?
Why & is used in scanf in c?
Differentiate between null and void pointers.
Explain what is a 'locale'?
What is a far pointer in c?
How can I make it pause before closing the program output window?
What is wild pointer in c?
What is #define in c?
When was c language developed?
Explain what is gets() function?
Explain what is the difference between null and nul?
develop algorithms to add polynomials (i) in one variable
Can we access the array using a pointer in c language?
What are different storage class specifiers in c?