Do the parentheses after the type name make a difference with new?


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

Post New Answer

More C++ General Interview Questions

Do you need a main function in c++?

0 Answers  


Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement

0 Answers  


Out of fgets() and gets() which function is safe to use and why?

0 Answers  


What are the advantages of c++? Explain

0 Answers  


Do you know what is overriding?

0 Answers  






How would you obtain segment and offset addresses from a far address of a memory location?

0 Answers  


Can a program run without main in c++?

0 Answers  


What is static in c++?

0 Answers  


What are the basics concepts of OOPS?

1 Answers  


what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?

0 Answers  


How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?

2 Answers   CTS,


Is c++ faster than c?

0 Answers  


Categories