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

Write a programme to find even numbers without using any conditional statement?

3 Answers   ADD Software, Infosys,


Can static variables be declared in a header file?

0 Answers  


Explain the difference between exit() and _exit() function?

0 Answers  


Describe the order of precedence with regards to operators in C.

0 Answers  


Write a code to generate divisors of an integer?

0 Answers   Ericsson,






number 2 plssssss help !!....using array.. turbo c.. create a program that will accept a number and determine if it is a happy number or an unhappy number.. example: enter a number : 7 7*7=49 then 4 and 9 4*4 and 9*9== 16 + 18 gives you 97 then 9 and 7 9*9 and 7*7 == 81 + 49 gives you 130 then 1 and 3 1*1 and 3*3 == 1 + 9 gives you 10 1*1 gives you 1 sample output: 7= 49= 16+81= 97= 81+49=130 =1+9=10 =1 "7 is a happy number" . if the last number is 2 then the number being inputed is not a happy number.

3 Answers  


What is the use of a ‘’ character?

0 Answers  


how do you redirect stdout value from a program to a file?

1 Answers  


how to write a bubble sort program without using temporary variable?

1 Answers   Aricent,


why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?

2 Answers  


What is union and structure?

0 Answers  


4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...

3 Answers  


Categories