Is c++ low level?


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

Post New Answer

More C++ General Interview Questions

What is the use of "new" operator?

0 Answers  


What is a float in c++?

0 Answers  


check whether a no is prime or not.

3 Answers   TCS,


What is class in c++ with example?

0 Answers  


Difference between pointer to constant and constant pointer to a constant. Give example.

0 Answers   HAL,






What is the use of function pointer?

0 Answers  


What do you mean by C++ access specifiers ?

1 Answers  


What are the rules for naming an identifier?

0 Answers  


Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?

6 Answers   CSC,


When is dynamic checking necessary?

0 Answers  


What relational operators if statements in c++?

0 Answers  


Is c the same as c++?

0 Answers  


Categories