GeekInterview.com
  I am new, Sign me up!
 

C++ Interview Questions


C++ Interview Questions

Questions: 203
Comments: 918
 Showing Questions 121-130 of 203 Questions
<< Previous 9 10 11 12 [13] 14 15 16 17 18 Next >>
 Sponsored Links

 
 C++ Interview Questions
Sorting Options :  

Read Answers (7) | Asked by : prabhakar pillai

Latest Answer: we can inherit within the declared class we cant use it outside the class ...
Read Answers (16) | Asked by : Marish Gupta

Latest Answer: Object file is the representation of code that a compiler generates by processing a source code file. Object files contain compact code, often called "binaries". A linker is used to generate an executable or library by linking object files together. An ...
Read Answers (3) | Asked by : Subash

What is difference between followin intialization.int iVar1;int iVar2 = int();and which one of two should we prefer always and why?

Latest Answer: In general, volatile keyword signals compiler that the declared variable should not be optimized by any ways (e.g. it should not be cached, kept in registers etc but anytime it's used - it should be read/written directly from/to the memory).Most often ...

Latest Answer: An object is an instance of a class.Suppose that class name is myclass class myclass{-----}When this myclass is called in mainmain(){ myclass cplus;   /cplus is an object of the class myclass//This process is called instatiate an object./}            ...

Latest Answer: Function Overriding: Redefining the behavior (function body) of a virtual function from a base class, in a child class. For example,class MyBaseClass{    public:        virtual int MyVirtualFunc(int x, ...
Read Answers (17) | Asked by : yogendra singh rajavat

Latest Answer: You CAN in SOME compilers, but it should be noted that according to Stroustrup onlyint main()and its argc,argv cousins are valid declarations of main according to the standard. ...
Read Answers (4) | Asked by : warisha

Hey anybody help me to write code for this programwap which display year,month & day presents in a year for eg.1. no. is 14 print 2 weeks2. no is 90 print 3 months3. no is 365 print 1 yearuser can input any no
Read Answers (3) | Asked by : avingle

How is static variable stored in the memory?( if there are 2 functions in a file,and the static variable name is same (ex var) in both the function. how is it keep seperately in the memory).

View page << Previous 9 10 11 12 [13] 14 15 16 17 18 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