Algorithm: to find HCF of two nos a, b 1. Find larger of two and let it l, smaller = s 2. divide l by s and find qotient (q) & remainder(r) 3. if r is 0 then s is the hcf 4. put l=s, s=r and go to step 2 int a, b; int l,s,q,r; if (a>b) {l=a;s=b;} else {l=b;s=a;} do {q= l/s; r=l%s; if (r != 0) {l=s;s=r} } while (r != 0); hcf=s; /* this variable to be output or returned as a function value as per programmer's convenience */
C++ is the name of a programming language.
example of procedural programming are those programming language that have structure e.g basic,fortran,c++,c and pascal e.t.c
programming languages B and BCPL which was used to derive C
c++
Many programming languages allow programs to be portable from one kind of computer to another, including* the C programming language* Pascal* Forth* C++* Java* Pythonand many others. Yes, the C programming language was designed to encourage machine-independent programming.The C programming language is portable to more CPUs than any other programming language.
C - programming language - was created in 1972.
Android is programmed in the C and C++ programming language.
C is a programming language.
C++ is the name of a programming language.
example of procedural programming are those programming language that have structure e.g basic,fortran,c++,c and pascal e.t.c
Download 1000s of C C C++ Programming Language. http://www.guruengineers.com
programming languages B and BCPL which was used to derive C
I am guessing you typed the question wrong, the way I understand your question is "Why is the programming language named C++ and not C ? " The answer to this is that there is a programming language called C, and in that programming language the ++ means increment by one. So C++ is the language C improved, as such it can read and compile all C programs in addition to having other features that C does not have.
A programming language is a language in which a human can tell a machine to do something, three examples include: C, C++ and C#.
PHP is written in the C programming language.
Programming.
c++