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 |
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
what is pointers
What is virtual destructor? Why?
3 Answers Agile Software, College School Exams Tests, CSC,
Prepare me a program for the animation of train
Input: enter the value:1234 output: 1 2 3 4 write a program to get above output.....
4 Answers Bally Technologies, IBM, SoftSol,
What is differance between Abstract and Interface
why to use operator overloading
when to use 'mutable' keyword and when to use 'const cast' in c++
What is protected in oop?
What do you mean by public, private, protected and friendly?
What is byval and byref? What are differences between them?
What is abstrac class?where is it use?