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 |
how to convert an char array to decimal array
Why can arithmetic operations not be performed on void pointers?
What is the mean of function?
What is the use of typedef in structure in c?
what are two kinds of java
Why do some versions of toupper act strangely if given an upper-case letter?
Write a program in C to convert date displayed in gregorian to julian date
what is purpose of fflush(stdin) function
hi, which software companys will take,if d candidate's % is jst 55%?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
what is the difference between embedded c and turbo c ?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]