Is c++ high level programming language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

0 Answers   CTS,


Types of storage and scope of each type

2 Answers   CA,


Why c++ is not a pure oop language?

0 Answers  


Write a note about the virtual member function?

0 Answers  


What are friend classes?

0 Answers  






Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

0 Answers   CIIT Wah,


What is static function? Explain with an example

0 Answers  


Differentiate between a pointer and a reference with respect to c++.

0 Answers  


What is c++ & why it is used?

0 Answers  


How do you compile the source code with your compiler?

0 Answers  


3- Write a program to find larger and smaller of the two numbers.

4 Answers   Luminous,


What is virtual destructors? Why they are used?

1 Answers  


Categories