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

1. Wrie a function which returns the most frequent number in a list of integers. Handle the case of more than one number which meets this criterion. public static int[] GetFrequency(int[] list)

Nagarro,

1 7227

how much classes are used in c++

5 7795

what are three tenets of object orinted Systems?Why they call like that ? Please answer me. Advance thanks.

Excel,

2 4960

i want a road rash 3d game code if some one know please help me

1 5643

class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

2349

please help to write the code of chess game in c++??????????

NEC,

1 6271

WHAT IS THE DIFFERENCE BETWEEN OBJECT BASED & OBJECT ORIENTD PROGRAMMING LANGUAGE.(GIVE AT LIST 4 PIONT)

TCS,

1 6154

What is the size of pointer ? Also size of pointer in 64 bit pointer

4 7811

Live example for static function?

Infosys,

1 4849

How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?

3711

given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().

2 5734

Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

2204

#define CUBE(x) (x*x*x) main() { int a,b=3; a=cube(b++); printf("%d %d",a,b); } What should be the value of a and b? My calc a=4 but syst a=6 how pls tell me if you know it?

Wipro,

12 43455

why overriding?

3 8480

Write a program in c++ to read two floating point numbers and find their sum and average.

2 9607


Un-Answered Questions { C++ }

Can a class be static in c++?

1149


What is object-oriented programming? Webopedia definition

1346


What language does google use?

1254


Name the implicit member functions of a class.

1128


Is c++ a good first language to learn?

1125


What is stl stack?

1207


When do we run a shell in the unix system?

1131


When do we use copy constructors?

1133


What is a namespace in c++?

2148


Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()

1597


What are c++ data types?

1218


When would you use a pointer? A reference?

1119


What are the advantages of prototyping?

1136


What is the difference between the parameter to a template and the parameter to a function?

1176


What is abstraction in oop with example?

1195