What are built-in functions? What is the syntax for the definition?
No Answer is Posted For this Question
Be the First to Post Answer
What is ios flag in c++?
Explain deep copy and a shallow copy?
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
Brief explaination about #include<iostream.h>, cin and cout
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
Explain polymorphism?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
Can we use clrscr in c++?
When are exception objects created?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
Will c++ be replaced?
Do we have private destructors?