Can I learn c++ without knowing c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between cin.read() and cin.getline()?
What are smart pointers?
How the compilers arranges the various sections in the executable image?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
List out some of the object-oriented methodologies?
What are the c++ access specifiers?
what is Member Functions in Classes?
Do you need a main function in c++?
What is a manipulator in c++?
What is Destructor in C++?
Can a constructor return a value?
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