C++ General Interview Questions
Questions Answers Views Company eMail

Is java made in c++?

573

Is c++ high level programming language?

664

What does new do in c++?

625

What is java and c++?

650

What is linked list in c++?

679

What is c++ hash?

603

What are the important differences between c++ and java?

588

What is c++ mutable?

689

What is a built-in function?

1 562

What is the difference between global int and static int declaration?

392

Difference between const char* p and char const* p?

1 774

Specify different types of decision control statements?

348

Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

321

Check for Balanced Parentheses using Stack?

1 540

What is an Object/Instance?

1 546


Post New C++ General Questions

Un-Answered Questions { C++ General }

Can constructor be static in c++?

628


What are arithmetic operators?

524


Can a built-in function be recursive?

572


Write a C++ Program to check whether a number is prime number or not?

621


What is general form of pure virtual function? Explain?

502






What are friend classes?

595


What is stack unwinding?

592


What are the implicit member functions of class?

585


What language is a dll written in?

532


What is the output of the following program? Why?

607


How would you differentiate between a pre and post increment operators while overloading?

640


What is a hash function c++?

543


What is purpose of new operator?

587


Where are setjmp and longjmp used in c++?

602


I want to write a C++ language program that: 1. 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. The program should work for squares of all side sizes between 1 and 20.

2269