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

Write a program to implement queue.

666


WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

1860


What is c method?

537


What is the maximum no. of arguments that can be given in a command line in C.?

672


What are register variables? What are the advantage of using register variables?

687






What are enumerated types?

656


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

615


Explain how can type-insensitive macros be created?

572


what are enumerations in C

724


What is the size of array float a(10)?

657


What is far pointer in c?

813


How can I get back to the interactive keyboard if stdin is redirected?

670


Once I have used freopen, how can I get the original stdout (or stdin) back?

629


any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

635


What is the difference between the = symbol and == symbol?

630