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
What is pointer in c?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
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
Between macros and functions,which is better to use and why?
How do I use void main?
What is abstract data structure in c?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What are operators in c?
What are types of structure?
Explain modulus operator. What are the restrictions of a modulus operator?
List a few unconditional control statement in c.
Write a program to swap two numbers without using the third variable?
Who is the main contributor in designing the c language after dennis ritchie?
Explain bit masking in c?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?