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 C program to calculate the salary of each employee in your company. You need to input the hours worked and the hourly rate. The company pays 1.5 times the hourly rate for all hours worked in excess of 48 hours. Use the formulas below to calculate the salary: if employee worked less than 48 hours salary = hours * rate; if employee worked more than 48 hours salary = 48.0 * rate + ( hours − 48.0 ) * rate * 1.5; You are required to use a loop to produce the sample output as given below.

1 13154

There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?

Microsoft,

3 7609

where is memory for struct allocated? where is memory for class-object allocated? I replied for struct in stack and for class-object in heap. THen he asked if class has struct member variable what happens.class on heap and what about struct in that class? couldnt ans :( :-?

Infosys, Microsoft,

2 10858

How connect plc and pc through software

2552

what is runtime polymorphism? For the 5 marks.

3 6258

What are the access specifiers avaible in c++?

4 7842

1. Define a class.

6 7796

2. Give the different notations for the class.\

2230

3. Differentiate verification and validation.

1 4752

4. What do you mean by a prototype? Define analysis prototype

1 4915

Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.

2248

ambiguity regulation of multiple inheritance with example.

1 4355

write a c++ code of diagonal matrix.

2 25171

What is multiple inheritance?

TCS,

9 10983

What is function overloading?,describe it with the example.

5 7320


Un-Answered Questions { C++ }

In C++ what is a vtable and how does it work?

1104


Which one is better- macro or function?

1285


what are the decision making statements in C++? Explain if statement with an example?

1152


What is the full form of stl in c++?

1242


Write a program in C++ for Fibonacci series

1253


Explain the advantages of inheritance.

1202


Does c++ have a hash table?

1051


What are the extraction and insertion operators in c++?

1057


What is a down cast?

1177


Is c++ faster than c?

1089


What is object in oop with example?

1309


Difference between declaration and definition of a variable.

1233


What are the components of stl?

1181


What are iterators in c++?

1065


c++ program to swap the objects of two different classes

2476