GeekInterview.com
  I am new, Sign me up!
 

C++ Interview Questions


C++ Interview Questions

Questions: 203
Comments: 918
 Showing Questions 141-150 of 203 Questions
<< Previous 11 12 13 14 [15] 16 17 18 19 20 Next >>
 Sponsored Links

 
 C++ Interview Questions
Sorting Options :  

Latest Answer: I think C is top-down, C++ is bottom up. Am I right? ...
Read Answers (9) | Asked by : ANJANI

Latest Answer: Memory leak is - dynamically allocating memory and forgeting to free it. In C++, using a new operator to allocate a chunk of memory, and forgetting to delete it. There are several reasons this could occur. Some of them are,1. Allocate a chunk of memory ...
Read Answers (4) | Asked by : gopala krishna

Class A(){};int main(){ A a;}Whether there will be a default contructor provided by the compiler in above case ?
Read Answers (4) | Asked by : Amit Thukral

Latest Answer: When the operator operates on the user defined data type or operands behaves same as it operates on inbuilt data type that mechanism is known as operator overloading. The operator that performs the specific task on inbuilt data type  performs similar ...
Read Answers (6) | Asked by : santoshMudholam

Latest Answer: The array is terminated by a NULL character. Hence for array elements the space will be length-1. suppose you have 5 elements in an array. The last position is occupied by NULL character, then space available is 4. If the index will start from 1 then ...
Read Answers (6) | Asked by : rajesh

Latest Answer:  c   is a procedural language. where as c++ is object oriented programming language. ...
Read Answers (19) | Asked by : bhargavi

Latest Answer: This used to delete the dynamically allocated memory from derived as well as base class ...
Read Answers (9) | Asked by : Pravesh Kumar

Latest Answer: look this code which tells we can Create an object for pure virtual function:Class Base{  public: virtual void fun()=0;};class deri:public base{ void fun(){  cout
Read Answers (4) | Asked by : Pankaj
Tags : Abstract

Hint FO is mechanism in which two functions r having same name with diff no. of arguments.  
Latest Answer: return type of overloading function should be same.... ...
Read Answers (6) | Asked by : harsha

No 
Latest Answer: yes in c++ a class can have a default constructor.a default constructor is  a constructor which doesn't pass any arguements to it. ...
Read Answers (6) | Asked by : Nisar.E

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