GeekInterview.com
  I am new, Sign me up!
 

C++ Interview Questions


C++ Interview Questions

Questions: 221
Comments: 988
 Showing Questions 1-10 of 222 Questions
[1] 2 3 4 5 6 7 8 9 10 Next >>
 Sponsored Links

 

 

 
 C++ Interview Questions
Sorting Options :  

Why we follow top down approach in C-language and bottom up approach in C++?Explain in detail. 

Why is it suggested not to use malloc() or calloc() in C++ for memory allocation? 
Latest Answer: They cannot call contructors and destructors. ...
Read Answers (1) | Asked by : masveera

When can it happen that before calling main function itself program gets crashed? 
View Question | Asked by : binit_jha

Why function pointers are not dereferanced? 

If you need a function that will handle multi-dimensional arrays, you must specify the following sizes inside the square brackets.Choose one answer. a. All sizes except the first dimension b. None of 
Latest Answer: d. All the sizes ...
Read Answers (2) | Asked by : samah74

A two dimension array can also be thought of asChoose one answer. a. Table. b. Array of arrays.c. A file.d. None of the above e. A and B 
Latest Answer: e. A and B ...
Read Answers (1) | Asked by : samah74

Explain the resolution of a function by C ++ complier in the case of function overloading. 
Latest Answer: By Name mangling ...
Read Answers (3) | Asked by : AZEEMJ

Explain the exception handling features of C++ program with a suitable example 
Latest Answer: C++ has some speical handlers for exception while at run time, they are try......catch.try.....catch....finally.try....throw....catch.When in above 3 cases, exception which is generated caught by CATCH part and print some information about that exception.try{code ...
Read Answers (1) | Asked by : AZEEMJ

Write a C++ program to find the GOD of two numbers 
Latest Answer: #include using namespace std;int  main ( int na, char * args[]){  cout
Read Answers (1) | Asked by : AZEEMJ

Write a C++ program to find the type of a triangle by reading three sides of a triangle. 
Latest Answer: #include#includevoid main(){  int a,b,c;  cout
Read Answers (1) | Asked by : AZEEMJ

View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Ask A Question
Go Top
 Sponsored Links

 

 

 
Sponsored Links

 

 

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Expert Members
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2010 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape