Basics Problems to start C++

Last Updated on 20 Jan 2022 by Satya Prakash Singh Rathour
10 mins read

Basics Problems to start C++ 

  1.  C++ program to print HELLO WORLD    👉   Answer
  2.  C++ program to add two numbers,
  3.  C++ program to swap two numbers.
  4.  C++ program to print sum of first N natural numbers,
  5.   C++ program to find the maximum number in an array of Integers.
  6.   C++ program to find out the sum of digits of a number?
  7.   C++ program to check whether a number is prime or not?
  8.   C++ program to find the reverse of a number.
  9.   C++ program to find the factorial of a number.
  10.  C++ program to check whether a number is an Armstrong number or not.
  11.   C++ program to count all the vowels in a given string.
  12.  C++ program to swap two numbers without using a temporary variable.
  13.  C++ program to swap two numbers using Binary XOR operation, 
  14.    Print out the Fibonacci Triangle. 

       

 ðŸ˜‡ want to add more? Please comment.

Category: Python | General Programming

Relavent Tags: C++