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 self-referential structure in c programming?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What does return 1 means in c?
What does the error 'Null Pointer Assignment' mean and what causes this error?
What is meant by type specifiers?
Is void a keyword in c?
Write a Program to accept different goods with the number, price and date of purchase and display them
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
Explain what is operator promotion?
Differentiate abs() function from fabs() function.
What's the total generic pointer type?
Do string constants represent numerical values?
What is the meaning of && in c?
what is use of malloc and calloc?
What is c++ used for today?