GeekInterview.com
  I am new, Sign me up!
 

C++ Interview Questions


C++ Interview Questions

Questions: 203
Comments: 918
 Showing Questions 81-90 of 203 Questions
<< Previous 5 6 7 8 [9] 10 11 12 13 14 Next >>
 Sponsored Links

 
 C++ Interview Questions
Sorting Options :  

The following code results in class eg { void ml( ) {int i = 6; for {int i=5: i< 10;i ++ } { if{i==6} continue; system.out.println {i} ; } } ; } 1. syntax / compilation error 2. 5 6 7 8 9 3. 6 7 8 9 4. 5 7 8 9
Read Answers (10) | Asked by : Rujul

Latest Answer: In case of ordinary function, when calling the function the scope jumps to the function and after return jumps back to the function call statement resulting in some extra execution time. While in case of inline function the scope doesn't really jumps ...
Read Answers (6) | Asked by : ganeshkumar

Latest Answer: ya_bolek,You are partially right. sizeof( anything ) actually doesn't run any expressions. Here is an example I found on this site.int i = 10;sizeof(++i + 10);

View Question | Asked by : siva007

Latest Answer: Copy Constructor uses class name as reference .., it is used to declare and Initialize an object from another object. i.e It is used to create a new object from existing object of same class. ...
Read Answers (2) | Asked by : sunil kumar dubey

Latest Answer: we can resuse the code in object oriented language. we can handle errors properly.everything relates to real world objects. ...
Read Answers (2) | Asked by : vivek patil

Latest Answer: pointer holds the address of a variable.reference holds the address of duplicate of that variable. ...
Read Answers (5) | Asked by : Nayan
Tags : Pointer

Latest Answer: As long as no diamond problems (improper inheritance),  single or multiple inheritance can all be proper inheritance. When usng multiple inheritance with diamond problem, you can use virtual inheritance to make the multiple inheritance a proper one. ...
Read Answers (3) | Asked by : tanish

Latest Answer: Yes, the compiler will generate 1 byte of memory to mark the existence of the class.  This doesn't answer WHY though.  The reason is the language standard states that all classes must have a memory size of at least 1 byte so that the class ...
Read Answers (4) | Asked by : varun goswami

What is the difference between obeject oriented programing langauge and structure oriented programing langauge
Read Answers (2) | Asked by : ashish kedia

View page << Previous 5 6 7 8 [9] 10 11 12 13 14 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