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 |
write a program to compare 2 numbers without using logical operators?
Why is C language being considered a middle level language?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is operator precedence?
Explain built-in function?
How do you redirect a standard stream?
How many levels deep can include files be nested?
Q. where is the below variables stored ? - volatile, static, register
How can you access memory located at a certain address?
what does " calloc" do?
What is adt in c programming?
What is nested structure in c?