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
Tell me can a pure virtual function have an implementation?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
Explain RAII (Resource Acquisition Is Initialization).
What is a .lib file in c++?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
What does floor mean in c++?
Explain explicit container.
Do inline functions improve performance?
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.
Why do we need runtime polymorphism in c++?
Explain abstraction.