GeekInterview.com
  I am new, Sign me up!
 

C++ Interview Questions


C++ Interview Questions

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

 
 C++ Interview Questions
Sorting Options :  

Latest Answer: Smart pointers are objects which store pointers to dynamically allocated (heap) objects. They behave much like built-in C++ pointers except that they automatically delete the object pointed to at the appropriate time. Smart pointers are particularly useful ...
Read Answers (2) | Asked by : satish
Tags : Pointer

Latest Answer: Function overloading is declaring function with same names but different return, parameter and datatype. It is like normal function with same nameFunction template is a generic type of function in which we provide a structure for function and its upto ...
Read Answers (3) | Asked by : astha

Latest Answer: Document / view means to separate the logic and the data is easy for coding, all data are declared inside the document.h file and implementation is done inside the document.cpp file, the display properties are mentioned inside the view. ...
Read Answers (1) | Asked by : purush

Latest Answer: Frame window houses the View window besides toolbar, menubar and status bar. Its a parent window to the view. View is a visual representation of the document ( data ) . Document is where you can store/retrive the data using Serialize function. ...
Read Answers (1) | Asked by : Purush

Latest Answer: They have almost same lifetime(local is shorter), but different access scope. ...

Latest Answer: Constant variables are the variables whose value cannot be changed through out the programme but if any object is constant, value of any of the data members (const or non const) of that object cannot be changed through out the programme. Constant object ...
Read Answers (1) | Asked by : Md.Jahid Anwar

Latest Answer: Standard object is that which is defined in header file which is develoved by C++ developer and contain in library of C++. It remain fix we cant make different use. It is developed for specific purpose.User define Object are those that is define by ...
Read Answers (1) | Asked by : rohit

Latest Answer: The free subroutine frees a block of memory previously allocated by the malloc subroutine. Undefined results occur if the Pointer parameter is not a valid pointer. If the Pointer parameter is a null value, no action will occur. The realloc subroutine ...
Read Answers (2) | Asked by : sathya

Latest Answer: Static variables of a class can only be initialized like this CLASS_NAME::STATIC_VAR_NAME = VAR_VALUE; ...

Latest Answer: get() function fetches a character inlcuding the tab,blank space & newline  character. ex-char c;cin.get(c);now if i write say Mysterious Girl.... it will first fetch M and assign it to c.Then i have to put it in a loop to obtain the rest ...
Read Answers (1) | Asked by : mohit & dev

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