Home TechnologyProgrammingC++ Subscribe to RSS

What Is ++ Stands In C++?

What is the purpose of double plus in c++?

Answer Question

3 Answers - Sort by: Date | Rating

    ++ means advancement in language. C++ is advanced than C as JAVA is advanced than C++
    0 0

    Ramneek 

    answered 2 years ago

      It doesn't stand for anything. In C, the operator ++ means increment, so

      int i = 0;
      i++;
      printf("%d",i);

      would print 1. So in the name of the language, it's something of a joke, and implies that C++ is an incremental improvement to C.
      0 0

      Erisson 

      answered 2 years ago

        Previously C was developed. But After C is developed or modified to more advance such as object oriented language which have many more Facility then C.
        So A newly developed language is called C. For it is developed from it.
        Shortly, ++ Stands for increment in C++.

        And
        if we write
        int i=1;
        i++;

        in c++ the value of i is increased to 2. That means it stands for increment.
        0 0

        Alon_nad 

        answered 3 months ago

        More

        More

           
           

          Ask a Question via Twitter

          Send a question to @askblurtit and we will publish it online and send you a reply everytime you receive an answer.

          Blurtit Store

          Get T-shirts, hoodies, caps and more at the Blurtit store