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...


What is C++

Answers were Sorted based on User's Feedback



What is C++..

Answer / prasanna

c++ is the extention language of c.
it is a object oriented language

Is This Answer Correct ?    5 Yes 1 No

What is C++..

Answer / suganya

c is a structure oriented language and c++ is the object
oriented language

Is This Answer Correct ?    4 Yes 0 No

What is C++..

Answer / priyanka pal

c++ is a object oriented language.

Is This Answer Correct ?    3 Yes 0 No

What is C++..

Answer / chirag

C is object oriented language.
C is very easy language.

Is This Answer Correct ?    3 Yes 6 No

Post New Answer

More C Interview Questions

any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

0 Answers  


what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }

3 Answers   Honeywell,


Is anything faster than c?

0 Answers  


Which command is more efficient? *(ptr+1) or ptr[1]

3 Answers  


what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }

6 Answers   IBM,


what are the advantages of a macro over a function?

0 Answers   TCS,


How does C++ help with the tradeoff of safety vs. usability?

1 Answers  


2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier. &#61550; Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed. &#61550; When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed. &#61550; Sequence of take-off is the sequence of addition to the waitlist

0 Answers  


Explain how can you be sure that a program follows the ansi c standard?

0 Answers  


Why doesn't the code "a[i] = i++;" work?

4 Answers  


What is strcmp in c?

0 Answers  


Why static variable is used in c?

0 Answers  


Categories