C++ Interview Questions
Questions Answers Views Company eMail

What are built-in functions? What is the syntax for the definition?

560

What is the difference between a pointer and a link in c ++?

558

Explain about vectors in c ++?

587

What is meant by a delegate?

602

What is a static element?

565

What do the keywords volatile and mean mutable?

597

What is the difference between structure and class?

544

What is a class definition?

607

What is the difference between #import and #include?

543

What is the disadvantage of using a macro?

581

What is rvalue?

670

Can a function take variable length arguments, if yes, how?

559

What do you mean by global variables?

561

Which one between if-else and switch is more efficient?

598

Which bitwise operator is used to check whether a particular bit is on or off?

583


Un-Answered Questions { C++ }

How do I make turbo c++ full screen?

579


Name the operators that cannot be overloaded.

1180


Write a program to concatenate two strings.

577


What is the use of "new" operator?

651


Why do we use structure in c++?

564






Explain class invariant.

579


What is == in programming?

608


What is a lambda function c++?

547


What is difference between class and object with example?

554


Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?

2005


Is java a c++?

550


How do we implement inheritance in c++?

575


How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?

604


Tell me can a pure virtual function have an implementation?

547


Does c++ have string data type?

682