Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



C++ Interview Questions
Questions Answers Views Company eMail

Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list

ABC, Sun Microsystems,

21 31725

Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1

Sun Microsystems,

6 12396

Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris");

Sun Microsystems,

8 16080

c# support late binding or early binding.

6 17509

When a private constructer is being inherited from one class to another class and when the object is instantiated is the space reserved for this private variable in the memory??

HCL, Honeywell,

13 23000

how to create thread in java?

IBM, Infosys, Wipro,

17 24637

Difference between over loading and over ridding?

CTS, Patni, Softvision Solution,

12 28425

what is virtual function?

Aspire, HP, Infosys, RoboSoft, TCS,

26 63339

what is an array

20 21605

pointers are support in C#? if yes then how to use it?

Softvision Solution,

8 13003

how to overload << and >> operator in c++

Wipro,

3 10155

What is command routing in MFC

GE,

1 8196

what is new modifier in C#

HCL,

8 14137

Write a function which takes a character array as input and reverses it in place.

Lehman Brothers, Vision Infotech,

2 9028

Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator

HCL, Lehman Brothers, Zoomerang,

2 9258


Un-Answered Questions { C++ }

What is a memory leak c++?

1226


What does int * mean in c++?

1284


Where Malloc(), Calloc(), and realloc() does get memory?

1106


What are the differences between java and c++?

1135


Mention the purpose of istream class?

1164


write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.

2305


How to declaring variables in c++?

1216


What is istream c++?

1276


Is dev c++ free?

1105


What is destructor give example?

1126


What are the 4 types of library?

1254


Discuss the possibilities related to the termination of a program before entering the mainq method?

1015


what do you mean by volatile variable?

1114


What is c++ iterator?

1226


What is a constructor in c++ with example?

1188