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
What is quick sort in c?
Is using exit() the same as using return?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
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.
What are the complete rules for header file searching?
Do you know pointer in c?
Are negative numbers true in c?
What is meant by high-order and low-order bytes?
What is the use of f in c?
which is an algorithm for sorting in a growing Lexicographic order
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.
What is the purpose of macro in C language?
State the difference between x3 and x[3].
What is return type in c?