Can char be a number c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is decltype c++?
What is the header file for setw?
What is c++ & why it is used?
What is vector pair in c++?
Is c++ a high level language?
You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so
C++ program output? Explain output of this program. #include <iostream> using std::cout; using std::cin; int main() { cout<<cout<<' '; cout<<cin; return 0; } It prints some address in hexadecimal. what is it?
What is c++ in english?
Explain Memory Allocation in C/C++ ?
What is input operator in c++?
What are templates? where we should use it?
What is a flag in c++?