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 the most efficient way to count the number of bits which are set in an integer?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What is the best way to comment out a section of code that contains comments?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is ambagious result in C? explain with an example.
What is pointer to pointer in c?
Difference between Function to pointer and pointer to function
Why pointers are used?
Explain how can I convert a string to a number?
Tell us bitwise shift operators?
Which of these functions is safer to use : fgets(), gets()? Why?
When should structures be passed by values or by references?
What does the c in ctime mean?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What is array in C