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

What is the ANSI C Standard?

0 Answers   Celstream,


What is .obj file in c?

0 Answers  


Explain this code. #include <stdio.h> void f1(int *k) { *k = *k + 10; } main ( ){ int i; i = 0; printf (" The value of i before call %d \n", i); f1 (&i); printf (" The value of i after call %d \n", i); }

3 Answers   IBM,


Example of friendly function in c++

2 Answers  


send me the code of flow chart generator using C-programming language amd this code should calculate the time and space complexity of the given progran and able to generate flowchart according to the given program?

0 Answers   TCS,


What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?

1 Answers   Excel,


what is d pitfalls of registers variables

3 Answers   TCS,


How do I declare a pointer to an array?

6 Answers   IBM,


#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

0 Answers   Wilco,


Why calloc is better than malloc?

0 Answers  


What is ambagious result in C? explain with an example.

0 Answers   Infosys,


Please write the area of a RIGHT ANGLED TRIANGLE.

1 Answers  


Categories