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

INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

2209

write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.

2692

In java a final class is a class that cannot be derived. How can you make a similar class in C++

1 4198

if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3

3 8153

who is the father of OPPS

Infosys, TCS,

4 10491

create a class complex having real and imaginary part of a complex no. as a data member. overload the binary operators(+,- and *) to perform the operations on complex no. objects. overload binary operator using friend function.

CTS, Delhi University,

2 5766

what is cast operator?

Microsoft,

2 5922

when to use 'mutable' keyword and when to use 'const cast' in c++

TCS,

2165

why reinterpret cast is considered dangerous?

TCS,

2393

What are callback functions in c++

SoftTech,

1 4375

write a program to add two numbers without using an arithmetic operator.

NIIT,

1 4750

How to reverse a sentence in c program ex: ram is a good boy answer: boy good a is ram

IBM,

3311

write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)

2390

what is namespace? what are the uses of namespace?

1 4112

what is opps?why it is use in programming language?

Wipro,

2 6169


Un-Answered Questions { C++ }

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

1537


Differentiate between declaration and definition.

1052


What is a far pointer? where we use it?

1077


What are the unique features of C++.

1086


How to run C++ program in cmd

842


Why do we use iterators?

1082


What are the major differences between C and C++?

1180


What is an adaptor class or wrapper class in c++?

1237


What are the differences between the function prototype and the function defi-nition?

1101


What is endianness?

1100


Can I make ios apps with c++?

1053


Can we make copy constructor private in c++?

1058


What is the difference between an external iterator and an internal iterator?

1108


Define a pdb file.

1073


assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

2118