If all is successful, what should main return
a) 0
b) 1
c) void
No Answer is Posted For this Question
Be the First to Post Answer
Who invented turbo c++?
How to write a program such that it will delete itself after exectution?
What do you mean by delegate? Can a user retain delegates?
Why do we need runtime polymorphism in c++?
What is the use of structure in c++?
How do you initialize a string in c++?
How can I disable the "echo" feature?
What is buffer and example?
what are the types of Member Functions?
What is the use of typedef?
What is an Iterator class?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL