Can a program run without main function?
No Answer is Posted For this Question
Be the First to Post Answer
Is java a c++?
What is oop in c++?
What is prototype for that c string function?
How to stop conversions among objects?
What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?
"How will you merge these two arrays? Write the program Array: A 1 18 22 43 Array: B 3 4 6 20 34 46 55 Output Array: C 1 3 4 6 18 20 22 34 43 46 55"
9 Answers College School Exams Tests, HCL,
Is c++ vector a linked list?
How do you generate a random number in c++?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
Why can you not make a constructor as const?
Explain working of printf?
If all is successful, what should main return a) 0 b) 1 c) void