GeekInterview.com
  I am new, Sign me up!
 

C++ Interview Questions


C++ Interview Questions

Questions: 203
Comments: 918
 Showing Questions 61-70 of 203 Questions
<< Previous 3 4 5 6 [7] 8 9 10 11 12 Next >>
 Sponsored Links

 
 C++ Interview Questions
Sorting Options :  

Latest Answer: C++ has plenty of features than C, so a lot of syntax needs to be know by the programmer. Well when we need more, we should learn more.Another disadvantage is that C++ is not suitable for embedded controllers, as the executable size is more in C++, than ...
Read Answers (7) | Asked by : premadona

Latest Answer: Encpasulation is the process of packaging the classes into the public interfaces and private implementation, so that, any changes in the code will not effect the implmentation. The interfaces should be designed such that the actual implementation would ...
Read Answers (5) | Asked by : kaushal

Latest Answer: Polymorphic means many forms. The object of the polymorphic class pointer can store any derived class objects and called respective member functions when its object member functions is called automatically instead of calling base class member function.By ...
Read Answers (3) | Asked by : Karun

dynamic_cast checks for datatype at runtime but static_cast checks at compilation. Is this the only diffrence b/w them or is there anything else? at the time of programming which shud we prefer to call. 
Latest Answer: static_cast is used for all conversions that are well defined.Like float to int. double to int etc.dynamic_cast is used for type-safe downcasting. For this one must be working with a truly polymorphic hierarchy.(i.e with virtual functions).downcasting ...

Latest Answer: Fake pointer is used to create a illusion or virtual functionality of pointer which is used to mutate the objects where single objects have multiple functionality at same time.Please confirm , i just guess ...
Tags : Pointer

Latest Answer: Any mistakes like syntax error, using a variable which is not declared these will be compile time errors. If any Dll is missing in the program that will come under linking error. If you have multiple main() functions in different files in the same project ...
Read Answers (1) | Asked by : SR

Latest Answer: The statement "But overloading of functions with different return types are not allowed." is incorrect. Function overloading only disallows overloading of functions with the same signatures but different return types. It is ok to return ...
Read Answers (4) | Asked by : tamilmani

Latest Answer: IN docview ..acually weuse 3 tier architecture...we seperate the implementationin data,logic,view(GUI)so that if we can change these component independently......this all is to make the design extendible & to reduce couplingin mdi we can have different ...
Read Answers (1) | Asked by : aaaaa

Latest Answer: Mode = mode + frequency[index] * (index+1) ...
Read Answers (2) | Asked by : shyamsundar mohanta

Latest Answer: Same as above except using arrays. #include #include int main() {int arrNums[] = {1,2,4,5,1,3,4,2,3,4}; //find mode average, mode average is most frequently appearing number.int nModeValue = 0; int nModeCount = 0;const ...
Read Answers (3) | Asked by : cherry

View page << Previous 3 4 5 6 [7] 8 9 10 11 12 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 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape