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
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
How can I pad a string to a known length?
in iso what are the common technological language?
What does char * * argv mean in c?
How many types of arrays are there in c?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What is the collection of communication lines and routers called?
What is #ifdef ? What is its application?
Why do we use int main?
What is clrscr ()?
Explain how do you override a defined macro?
How do you determine the length of a string value that was stored in a variable?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
What is the difference between the expression “++a” and “a++”?
Explain the difference between exit() and _exit() function?