What are the valid types of data that the main () can
return in C/C++ language
Answer Posted / milind furia
int and void(if u consider this as a datatype) only
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What language is oop?
What is the difference between procedural programming and oops?
What is pointer in oop?
Write a c++ program to display pass and fail for three student using static member function
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Which method cannot be overridden? Describe these concepts: Polymorphism, Inheritance and Abstraction. #include Which language is not a true object oriented programming language? How do you achieve runtime polymorphism? Why do we need oop? What is encapsulation with real life example? what is different between oops and c++ What is overloading in oops? What are the important components of cohesion?