How many ways are there to swap two numbers without using
temporary variable? Give the each logic.
Answer Posted / megha
in 7 types
| Is This Answer Correct ? | 2 Yes | 11 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 are types of structure?
Explain how can you determine the size of an allocated portion of memory?
What is const keyword in c?
How can I access an I o board directly?
why programs in c are running with out #include
Explain what is the general form of a c program?
What is structure in c explain with example?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What are inbuilt functions in c?
Is register a keyword in c?
write a program to print data of 5 five students with structures?
What is a structural principle?
Can one function call another?
Hi can anyone tell what is a start up code?