What are the valid types of data that the main () can
return in C/C++ language
Answers were Sorted based on User's Feedback
Answer / milind furia
int and void(if u consider this as a datatype) only
| Is This Answer Correct ? | 4 Yes | 6 No |
Answer / umashankar mishra
c returns int data type
whereas c++ return void
| Is This Answer Correct ? | 0 Yes | 4 No |
What is the use of unnamed namespaces in OOPS? The only advantage I know is that they dont need the scope resolution operator while accessing them. I want to know some other advantages of unnamed namespaces...
the difference between new and malloc
what do you mean by static member variable?
What is inheritance in simple words?
what is inline function?
Program to read a comment string
WHAT'S THE OOPS BASIC OOPS CONCEPTS IN DOTNET
We have a scale and 7 balls. 1 ball is heavier than all the rest. How to determine the heaviest ball with only 3 possible weighing attempts?
What is new keyword in oops?
Why a "operator=(...)" when there is a copy ctor?
What are the valid types of data that the main () can return in C/C++ language
what are the characteristics of oops?