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

why the memory allocated with new cant be freed using free()

2 4959

what is new operator in c++

1 4422

what is the use of template classes in c++

1 4142

Difference between vector and array

2 5247

What is expression parser in c++

Mphasis,

2565

why to use operator overloading

3 5863

How to overload postfix operator in c++

Mphasis,

1 4789

How to overload new operator in c++

2 5743

What are the fields of vtable

Mphasis,

1 4621

i want the NIC programmer-B model papaer pattren, iwant the all model papers?

NIC,

15 18705

char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?

Thomson Reuters,

4 10238

what are the uses of C++

1 4201

Difference between Constructors and static constructors?

IBM, TCS,

3 8691

what is the emaning of '#include" "'?

5 8010

Petrol pump mgt. system: To design a program that display an interface for the sale of the Petrol and then make the entries at the backend in the database.

Wipro,

1 4599


Un-Answered Questions { C++ }

What will the line of code below print out and why?

797


How do you define/declare constants in c++?

1111


What is searching?

1196


How do you convert stl to steps?

1214


What are the benefits of pointers?

1113


How does java differ from c and c++?

1043


What is and I oop mean?

1286


Why is c++ still popular?

1108


What is a constructor in c++ with example?

1188


What are functions in oop?

1127


What is array in c++ example?

1167


What is the difference between a baller and a reference in C++?

1181


A prime number is a number which is divisible only by itself and 1. Examples of the first few primes are 2, 3, 5, 7, 11. Consider writing a program which can generate prime numbers for you. Your program should read in and set a maximum prime to generate and a minimum number to start with when looking for primes. This program should be able to perform the following tasks: 1. Read the maximum number from user (keyboard input) to look for primes. The program should not return any primes greater than this number. 2. Read the minimum number from user (keyboard input) to look for primes. The program should not return any primes less than this number. 3. Generate and print out every prime number between the maximum prime and minimum number specified by the user.

2250


Is it possible to use a new for the reallocation of pointers ?

1126


What is c++ virtual inheritance?

1198