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

write the programme that convert a interger to biniry number

Amazon,

1 3034

Give two or more real cenario of virtual function and vertual object

TCS,

2372

difference between macro and function?

3 7244

what is the difference between inter class and abstract class...?

2649

String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?

HCL,

2455

what are you now programming Languages C+

HCL,

1 4471

Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?

CSC,

6 9065

Under what conditions is multiple inheritance not recommended?

1 5706

diff between pointer and reference in c++?

1 5079

How size of a class can be calulated?

2 5000

What is optimization in c++? when using volatile.optimization is not possible..what does this mean?

1 4142

how is returning structurs from functions?Show an eg?

GE,

1 4813

What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }

4 6192

Is there a datatype string in c++?How is the memory allocation?

3 5229

Difference between linked list and array?

3 6676


Un-Answered Questions { C++ }

What is binary object model?

1100


List the advantages of inheritance.

1187


What is polymorphism programming?

1183


Can a varargs method be overloaded?

1163


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

2081


Define the operators that can be used with a pointer.

1131


How can you say that a template is better than a base class?

1110


What is jump statement in C++?

1218


Write a c++ program to display pass and fail for three student using static member function

3468


What is an arraylist c++?

1275


What are functions in oop?

1127


hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.

2023


In what scenario does the Logical file and Physical file being used?

2957


Define a conversion constructor?

1156


What are punctuators in c++?

1215