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 difference between XML Web Services using ASMX and .NET Remoting using SOAP?
what is difference between class template and template class?
What is oops with example?
Have you ever interfaced with a database?
why function overloading is not called as pure polymorphism?
How can we use the preprocessor #if and #elseif.
What is a friend function & its advantage?
What is the default size allocated for array in the statement if size not specified " int a[] "
What is property in oops?
What is the difference between declaration and definition?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?