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 13086

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 7500

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 10744

How connect plc and pc through software

2493

what is runtime polymorphism? For the 5 marks.

3 6100

What are the access specifiers avaible in c++?

4 7672

1. Define a class.

6 7587

2. Give the different notations for the class.\

2167

3. Differentiate verification and validation.

1 4677

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

1 4807

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 4261

write a c++ code of diagonal matrix.

2 25064

What is multiple inheritance?

TCS,

9 10739

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

5 7179


Un-Answered Questions { C++ }

What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

2617


Is react oop?

1073


Name four predefined macros.

1047


What is the main purpose of c++?

1065


Can I learn c++ without c?

1150


Differentiate between a pointer and a reference with respect to c++.

1252


What is abstraction and encapsulation?

1023


What are built-in functions? What is the syntax for the definition?

1088


is there any choice in opting subjects like 4 out of 7

2195


What are the various oops concepts in c++?

1049


Can we use struct in c++?

1030


Is java a c++?

1053


What new()is different from malloc()?

1117


Which programming language's unsatisfactory performance led to the discovery of c++?

1337


What is c++ runtime?

1115