C++ General Interview Questions
Questions Answers Views Company eMail

Is java made in c++?

586

Is c++ high level programming language?

681

What does new do in c++?

639

What is java and c++?

667

What is linked list in c++?

695

What is c++ hash?

624

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

606

What is c++ mutable?

707

What is a built-in function?

1 585

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

416

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

1 814

Specify different types of decision control statements?

360

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

340

Check for Balanced Parentheses using Stack?

1 562

What is an Object/Instance?

1 564


Post New C++ General Questions

Un-Answered Questions { C++ General }

What is c++ 11 and c++ 14?

593


What is the oldest programming language?

571


What is the difference between structures and unions?

585


If I is an integer variable, which is faster ++i or i++?

597


How can an improvement in the quality of software be done by try/catch/throw?

594






What size is allocated to the union variable?

593


What are c++ storage classes?

622


Define token in c++.

717


What is the arrow operator in c++?

562


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

638


What is the hardest coding language to learn?

607


What is an overflow error?

624


How a macro differs from a template?

638


Do you know what are static and dynamic type checking?

624


What does ctime() do?

618