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 |
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
Why C language is a procedural language?
How can I do peek and poke in c?
How do you define CONSTANT in C?
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
c program to print a name without using semicolon
How can I handle floating-point exceptions gracefully?
write a programe returns the number of times the character appears in the string
Can you add pointers together? Why would you?
How we can set and clear bit in a byte using macro function?
What is dynamic dispatch in c++?