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 2953

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

TCS,

2329

difference between macro and function?

3 7089

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

2541

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,

2392

what are you now programming Languages C+

HCL,

1 4363

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 8803

Under what conditions is multiple inheritance not recommended?

1 5605

diff between pointer and reference in c++?

1 5005

How size of a class can be calulated?

2 4869

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

1 4070

how is returning structurs from functions?Show an eg?

GE,

1 4719

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 6042

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

3 5114

Difference between linked list and array?

3 6552


Un-Answered Questions { C++ }

Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

1635


What data encapsulation is in c++?

1156


Explain how overloading takes place in c++?

1047


How do you differentiate between overloading the prefix and postfix increments?

1095


Discussion on error handling of C++ .

1122


Is it possible for the objects to read and write themselves?

1116


What's the best free c++ profiler for windows?

1082


What is a class oop?

1009


What is the difference between global int and static int declaration?

1065


How do you declare A pointer to function which receives an int pointer and returns a float pointer

1225


When is dynamic checking necessary?

1118


Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?

1007


Consider the following C++ program

755


Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.

1044


If dog is a friend of boy, is boy a friend of dog?

984