Skip to content

CPP Programms

  1. Home>
  2. CPP Programms>
  3. Page 4

Function Overloading in CPP

  • Post author:admin
  • Post published:August 5, 2018
  • Post category:CPP Programms
  • Post comments:0 Comments

When a class contains more than one function with the same name but with different parameters is called the method overloading. By this, a single function can perform multiple tasks that…

Continue ReadingFunction Overloading in CPP

Constructor in CPP

  • Post author:admin
  • Post published:August 5, 2018
  • Post category:CPP Programms
  • Post comments:0 Comments

A Constructor is a special member function of a class. It initializes the memory object data by default when we create an object of the class. Constructor name is same as…

Continue ReadingConstructor in CPP

Scope Resolution Operator in CPP

  • Post author:admin
  • Post published:August 5, 2018
  • Post category:CPP Programms
  • Post comments:0 Comments

Scope resolution operator is used to specify the scope of a member function. It is used to access a global variable. #include<iostream.h> #include<conio.h> #include<string.h> class A { int rno; char name[10];…

Continue ReadingScope Resolution Operator in CPP

Object Oriented Programming System (OOPS)

  • Post author:admin
  • Post published:August 5, 2018
  • Post category:CPP Programms
  • Post comments:0 Comments

The key features of OOPS concept are: 1. Object 2. Class 3. Data Encapsulation 4. Data Abstraction 5. Inheritance 6. Polymorphism 1.Object - This is the basic unit of OOPS.…

Continue ReadingObject Oriented Programming System (OOPS)

Program to count the number of vowels

  • Post author:admin
  • Post published:August 5, 2018
  • Post category:CPP Programms
  • Post comments:0 Comments

This program will ask the user to input a string of maximum 40 characters and then it will count vowels in the given string. #include<iostream.h> #include<conio.h> #include<stdio.h> void main() {…

Continue ReadingProgram to count the number of vowels

Calculate your age in CPP

  • Post author:admin
  • Post published:August 5, 2018
  • Post category:CPP Programms
  • Post comments:0 Comments

This program will accept birthyear and birth month from the user and also accept the current year and current month, according to the given input this program will calculate the…

Continue ReadingCalculate your age in CPP

Program to calculate bill

  • Post author:admin
  • Post published:August 4, 2018
  • Post category:CPP Programms
  • Post comments:0 Comments

This program will accept item name, quantity and rate and then it will calculate the total amount by multiplying "q" and "r". Then the program will calculate discount in the…

Continue ReadingProgram to calculate bill

Array of structure program

  • Post author:admin
  • Post published:August 4, 2018
  • Post category:CPP Programms
  • Post comments:0 Comments

Structure: the structure is a group of different data types.  In this program, there is a structure called "student" it contains rollno, name, marks of five subjects.  These are different…

Continue ReadingArray of structure program

Array Addition in CPP

  • Post author:admin
  • Post published:August 4, 2018
  • Post category:CPP Programms
  • Post comments:0 Comments

Array (single dimensional array) :  An array is a group of elements of same data types.  This program will accept 5 subject marks and it will store them into an…

Continue ReadingArray Addition in CPP

Program to Add Two Numbers in CPP

  • Post author:admin
  • Post published:August 4, 2018
  • Post category:CPP Programms
  • Post comments:0 Comments

In this program, the user is asked to enter two numbers which are stored in a and b respectively.  The + operator is used for adding these two numbers and…

Continue ReadingProgram to Add Two Numbers in CPP
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4

Recent Posts

  • Hello world!
  • How to publish the first blog post | Get Indexed | Google
  • 8 Ways to make money through blogging|Passive Income
  • Build a strong blogging brand | Best tips for blogging
  • Add Facebook page plugin to the blog

Recent Comments

  1. A WordPress Commenter on Hello world!
Copyright [oceanwp_date] - Design by Unique Ratlam Ajanta Talkies Road

WhatsApp us