Answer Posted / puspa
do while loop execute once then check the condition which
is not same for do
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
Are pointers integer?
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 a structural principle?
What are called c variables?
What is "Hungarian Notation"?
How is a null pointer different from a dangling pointer?
How is a structure member accessed?
What is this infamous null pointer, anyway?
What’s a signal? Explain what do I use signals for?
What is a char in c?
What is the maximum length of an identifier?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What is data structure in c language?
Is return a keyword in c?
What are bitwise shift operators in c programming?