Answer Posted / renisha
c++ is powerful general purpose system. it used objects,
classes, functions. it used to compiler that input and
display the output. it can use more information. user can
use variety of information whatever they needs.
| Is This Answer Correct ? | 5 Yes | 3 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 a double c?
What is the use of putchar function?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What is the difference between null pointer and wild pointer?
What is data type long in c?
write a program to find the given number is prime or not
What is scope rule of function in c?
What is an auto variable in c?
c program to compute AREA under integral
What is #line?
Differentiate between the = symbol and == symbol?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result