Explain terminate() and unexpected() function?
No Answer is Posted For this Question
Be the First to Post Answer
What is the function of I/O library in C++ ?
What is long in c++?
Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
What is the difference between inline functions and macros?
Is java the same as c++?
Explain the concept of copy constructor?
Consider a c++ template funtion template<class T> T& Add(T a, T b){return a+b ;} if this function is called as T c = Add("SAM", "SUNG"); what will happen? What is the problem in the template declaration/ How to solve the problem.
What is prototype for that c string function?
why can't we declare data member of class auto register or extern
Can you pass an array to a function in c++?
Explain queue. How it can be implemented?
Is ca high or low level language?