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 a program in C++ for Fibonacci series

Axtria, ITC Indian Tobacco Company,

1258

List different attributes in C++?

Ericsson,

1154

What is jump statement in C++?

Ericsson,

1226

Describe the syntax of single inheritance in C++?

Fidelity,

1131

Name the operators that cannot be overloaded in C++?

Fidelity,

1124

What are the various storage classes in C++?

Fidelity,

1195

What is the use of 'this' pointer?

Fidelity,

1308

What is an operator function? Describe the function of an operator function?

Fidelity,

1249

Which one is better- macro or function?

Fidelity,

1293

In a function declaration what does extern means?

Flextronics,

1122

What happens if a pointer is deleted twice?

Flextronics,

1335

What is the difference between a "copy constructor" and an "assignment operator" in C++?

Genpact,

1124

How many different levels of pointers are there?

Genpact,

1291

How would perform Pattern Matching in C++?

Genpact,

1320

How would you call C functions from C++ and vice versa?

Genpact,

1252


Un-Answered Questions { C++ }

What is the 4 difference between delete[] and delete?

1087


What do you mean by public protected and private in c++?

1123


Write a c program for binary addition of two 8 bit numbers.

4177


declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator

2414


Define a nested class. Explain how it can be useful.

1146


What do you understand by a pure virtual member function?

1072


Is java made in c++?

1126


How can I disable the "echo" feature?

1248


What is the use of dot in c++?

1134


What is overloading unary operator?

1144


Explain deep copy?

1114


Explain the static storage classes in c++.

1336


What does it mean to declare a member function as static in C++?

1104


Why is oop better than procedural?

1145


Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---

2169