Answer Posted / pradeep
C++ comes from the ++ operator
+++ operator is used to increment the value by 1. The
developers added some new features to c and named it C++.
| Is This Answer Correct ? | 51 Yes | 7 No |
Post New Answer View All Answers
Why can't I perform arithmetic on a void* pointer?
How do I get a null pointer in my programs?
What is time complexity c?
When do we get logical errors?
Explain how can a program be made to print the name of a source file where an error occurs?
formula to convert 2500mmh2o into m3/hr
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What is c preprocessor mean?
Explain 'bus error'?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What is the scope of an external variable in c?
Explain what are binary trees?
What is difference between Structure and Unions?
What does 2n 4c mean?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }