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 13070

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 7465

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 10716

How connect plc and pc through software

2478

what is runtime polymorphism? For the 5 marks.

3 6062

What are the access specifiers avaible in c++?

4 7645

1. Define a class.

6 7535

2. Give the different notations for the class.\

2156

3. Differentiate verification and validation.

1 4634

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

1 4784

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.

2190

ambiguity regulation of multiple inheritance with example.

1 4248

write a c++ code of diagonal matrix.

2 25040

What is multiple inheritance?

TCS,

9 10675

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

5 7131


Un-Answered Questions { C++ }

What are the uses of c++ in the real world?

1030


What are the benefits of operator overloading?

1207


What is a responder chain?

1054


How to reverse a string in C++

807


Can there be at least some solution to determine the number of arguments passed to a variable argument list function?

998


How do I get good at c++ programming?

1157


What is constructor in C++?

1084


How do you explain polymorphism?

1071


What is virtual table?

1113


What does sksksk mean in text slang?

2112


Tell me an example where stacks are useful?

1028


What are move semantics?

1149


Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

4743


Show the declaration for a pointer to function returning long and taking an integer parameter.

1130


What is the precedence when there is a global variable and a local variable in the program with the same name?

1121