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 13073

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 7472

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 10723

How connect plc and pc through software

2478

what is runtime polymorphism? For the 5 marks.

3 6073

What are the access specifiers avaible in c++?

4 7652

1. Define a class.

6 7545

2. Give the different notations for the class.\

2158

3. Differentiate verification and validation.

1 4647

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

1 4791

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.

2193

ambiguity regulation of multiple inheritance with example.

1 4255

write a c++ code of diagonal matrix.

2 25047

What is multiple inheritance?

TCS,

9 10691

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

5 7144


Un-Answered Questions { C++ }

Which programming language should I learn first?

1089


Should the this pointer can be used in the constructor?

1020


How would you differentiate between a pre and post increment operators while overloading?

1146


Is c++ the most powerful language?

1080


What is variable example?

1034


What is a far pointer? where we use it?

1072


What is basic if statement syntax?

1086


How to run C++ program in cmd

835


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1923


how to making game in c++ ?

2718


How do we implement inheritance in c++?

1128


What is conversion constructor in C++

1052


What are the two types of polymorphism?

1133


Does c++ support exception handling?

1066


Why is c++ awesome?

1029