What are the valid types of data that the main () can
return in C/C++ language
Answer Posted / umashankar mishra
c returns int data type
whereas c++ return void
Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is destructor oops?
What is object in oops?
Write a program to reverse a string using recursive function?
Give two or more real cenario of virtual function and vertual object
What is encapsulation with example?
What is solid in oops?
How to hide the base class functionality in Inheritance?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout<
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
How do you achieve runtime polymorphism?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Can abstract class have normal methods?
What is polymorphism explain its types?
What is super in oop?
What are the three main types of variables?