What is C++
Answers were Sorted based on User's Feedback
Answer / prasanna
c++ is the extention language of c.
it is a object oriented language
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / suganya
c is a structure oriented language and c++ is the object
oriented language
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / chirag
C is object oriented language.
C is very easy language.
| Is This Answer Correct ? | 3 Yes | 6 No |
What is the use of bit field?
write a recursive program in'c'to find whether a given five digit number is a palindrome or not
list the no of files created when c source file is compiled
What extern c means?
Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms
What is the benefit of using #define to declare a constant?
What is %lu in c?
what are the advantages & disadvantages of unions?
Write a program in c to print 1 121 12321 1234321 123454321
11 Answers ANR, College School Exams Tests, Mu Sigma, Wipro,
What is the value of h?
What is extern variable in c with example?
how to find out the inorder successor of a node in a tree??