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

Answer Posted / amit soni

c is a structured language but c++ is object orientd.

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

612


What do you mean by keywords in c?

631


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3057


Is that possible to store 32768 in an int data type variable?

693


What is maximum size of array in c?

585






What is the use of the function in c?

598


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

657


What are 'near' and 'far' pointers?

620


What is c token?

611


List the different types of c tokens?

629


How macro execution is faster than function ?

668


What is typedef struct in c?

584


Explain what is meant by high-order and low-order bytes?

635


How do you initialize pointer variables?

614


In a byte, what is the maximum decimal number that you can accommodate?

628