what is available in C language but not in C++?

Answer Posted / fynny

c supports register level programing, but c++ doesnot and
hence C is used in developing the operating system.....BY FYNNY

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I trap or ignore keyboard interrupts like control-c?

620


Can you explain the four storage classes in C?

645


Why do we write return 0 in c?

555


What are the advantages and disadvantages of pointers?

579


Explain is it valid to address one element beyond the end of an array?

736






What is a double c?

592


What is null character in c?

691


What are types of structure?

604


What are the types of data types and explain?

673


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

1510


Why & is used in scanf in c?

627


Is c language still used?

538


Why is c faster?

594


Write a program with dynamically allocation of variable.

606


What is meant by gets in c?

609