Is c++ a low level language?


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

Post New Answer

More C++ General Interview Questions

Explain storage qualifiers in c++.

0 Answers  


What is the purpose of templates in c++?

0 Answers  


What is the use of data hiding?

0 Answers  


Which field is used in c++?

0 Answers  


How does list r; differs from list r();?

0 Answers  


Describe about storage allocation and scope of global, extern, static, local and register variables?

0 Answers  


What is the real purpose of class – to export data?

0 Answers  


Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.

4 Answers   Microsoft,


Difference between struct and class in terms of access modifier.

0 Answers  


Why should we use null or zero in a program?

0 Answers  


Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---

0 Answers  


How do you declare a set in c++?

0 Answers  


Categories