-Programming Links -Sign Guestbook
I have included basic programs in C++ here, stuff like loops, opertors and other such basic concepts that are an essential starting point before moving on to bigger concepts. 1. C++ Program to convert temperature in Celsius to Fahrenheit 2. C++ Program to input a character and print it's position in the english alphabet 3. C++ Program to print all three digit Armstrong Numbers 4. C++ Program to convert binary numbers into their decimal equivalents 5. C++ Program to convert decimal numbers into their binary equivalents 6. C++ Program to input a number and print a diamond of '*'s 7. C++ Program to input a number and print a triangle of '*'s 8. C++ Program to reverse a given number 9. C++ Program to demonstrate the use of the sizeof() operator 10.C++ Program to print the sum of the first and the last digit of a given number 11.C++ program to print the single digit sum of digits of a given number 12.C++ program to print sum of digits of a given number 13.C++ program to swap two numbers without using a third number 14.C++Program to swap two numbers with only two variables and without arithemetic operators