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 difference between inheritance and polymorphism?
what is inline function?
What is the main purpose of inheritance law?
i^=j; j^=i; i^=j; value of i,j
What is the oops and benefits of oops programming?
what is the realstic modeling?
Does c++ support multilevel and multiple inheritance?
What do you mean by abstraction?
what is the basic concept of inheritance?
What is object in oop with example?
what is the advantage in software? what is the difference between the software developer and Engineer
Write on signed and unsigned integers and give three (3) examples each