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
1966‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
2345How is a two dimensional array passed to function when the order of matrix is not known at complie time?
CSC,
1 3554
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
What are the different types of C instructions?
What are the restrictions of a modulus operator?
What is the meaning of && in c?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Why doesnt the call scanf work?
What is dynamic variable in c?
What is a good data structure to use for storing lines of text?
p*=(++q)++*--p when p=q=1 while(q<=6)
Why shouldn’t I start variable names with underscores?
What are dangling pointers? How are dangling pointers different from memory leaks?
How will you delete a node in DLL?
How can I find out how much free space is available on disk?
What is the process to create increment and decrement stamen in c?