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 13082

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 7493

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 10736

How connect plc and pc through software

2485

what is runtime polymorphism? For the 5 marks.

3 6089

What are the access specifiers avaible in c++?

4 7665

1. Define a class.

6 7571

2. Give the different notations for the class.\

2166

3. Differentiate verification and validation.

1 4669

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

1 4799

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.

2198

ambiguity regulation of multiple inheritance with example.

1 4257

write a c++ code of diagonal matrix.

2 25055

What is multiple inheritance?

TCS,

9 10720

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

5 7165


Un-Answered Questions { C++ }

What is endl?

1155


How do you declare A pointer to a function which receives nothing and returns nothing

1237


What is srand c++?

1114


What is a string example?

1092


What is the diamond problem in inheritance?

1141


What is virtual table?

1123


What are the 4 main oop principles?

1225


What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)

1056


Write a program to interchange 2 variables without using the third one.

1059


What is scope in c++ with example?

1113


What are references in c++?

1142


What is the difference between an array and a list?

1033


What is overloading and its types?

1173


What is the disadvantage of using a macro?

1127


What is fflush c++?

1025