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 |
difference between class and object
10 Answers Chandan, IBM, Magic Soft,
What is oops and why we use oops?
What is class in oop with example?
What is abstraction and encapsulation?
What are different oops concepts?
Templates mean
Is html an oop?
i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<<k; } //please comment on the output
What is polymorphism programming?
what is the difference between virtual function and destoctor?
Write a program to find out the number of palindromes in a sentence.
What polymorphism means?