Is c++ a low level language?
No Answer is Posted For this Question
Be the First to Post Answer
how many rounds and wt type of questios ask in the written test for first round 2. tech. round 3. and futher rounds
Explain how we implement exception handling in c++?
What is the use of main function in c++?
Explain the use of vtable.
How many types of comments are there in c++?
What is const pointer and const reference?
What are shallow and deep copy?
Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.
Write some differences between an external iterator and an internal iterator?
Write the program form Armstrong no in c++?
What is #include iostream in c++?
What is null pointer and void pointer and what is their use?