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

Answer Posted / faheem

in c default return type is void but in c++ it is int.

Is This Answer Correct ?    2 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is quick sort in c?

696


Is using exit() the same as using return?

779


The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

3108


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1583


write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

3452






What are the complete rules for header file searching?

758


Do you know pointer in c?

701


Are negative numbers true in c?

684


What is meant by high-order and low-order bytes?

750


What is the use of f in c?

647


which is an algorithm for sorting in a growing Lexicographic order

1476


Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

949


What is the purpose of macro in C language?

748


State the difference between x3 and x[3].

737


What is return type in c?

751