Quantcast
Channel: Java Question Bank » Cpp Programs
Browsing latest articles
Browse All 22 View Live

A C++ Program to make the Frequency count of letters in a given Text

************************************************************************************************************************************************** A C++ Program  to make the Frequency count of letters...

View Article


‘C++’ Program that uses functions to swap two integers, Characters, Reals...

***************************************************************************************************************************************************  A ‘C++’ Program that uses functions to swap two...

View Article


A ‘C++’ Program to compute the Sine Series

*************************************************************************************************************************************************** A ‘C++’ Program to compute the Sine Series...

View Article

Matrix Multiplication in C++

************************************************************** Matrix Multiplication in C++ ************************************************************** This post explains us to calculate matrix...

View Article

C++ program to illustrates how run time polymorphism is achieved using...

******************************************************************************************************************* Program : To write a C++ program to illustrates how run time polymorphism is achieved...

View Article


C Program to find the number of Vowels and Number of Consonants in a given...

************************************************************************************************************************ C Program to find the number of Vowels and Number of Consonants in a given...

View Article

Matrix operations using overloaded operators in C++

******************************************************************************************************* Matrix operations using overloaded operators in  C++...

View Article

c++ program that illustrates the role of abstract class in building class...

**************************************************************************************** c++ program that illustrates the role of abstract class in building class hierarchy...

View Article


Reverse the given character string in place without any duplication of...

****************************************************************************************** Reverse the given character string in place without any duplication of characters...

View Article


GCD of two numbers using non-recursive function

******************************************************* GCD of two numbers using non-recursive function ******************************************************** *************** Source Code :...

View Article

A CPP Program to insert a substring into the given main string

********************************************************************* A CPP Program to insert a substring into the given main string ********************************************************************...

View Article

CPP Program display the position or index in the string

*************************************** Strstr() function in CPP *************************************** program : To display the position or index in the string  s where the string t begins or -1 if...

View Article

CPP Program using Functions

Write a complete C++ program which has the following FOUR (4) functions: (i)    get name of student: (ii)    get age of student (iii)    get marks of student – there should be a loop to accept several...

View Article


Why union Is more Efficient

Structures  and unions are the most commonly used user defined data types Every one is familiar with the syntax and use of structures and unions Here we will discuss WHY UNION IS MORE EFFICIENT...

View Article

C Program to print 3 digit number in which first digit is your last mobile...

c program which takes input  ur mobile no and gives out put as  3 digit number  in which first  digit  is ur last mobile no and next two digit your age #include<stdio.h> void main() { int...

View Article

Browsing latest articles
Browse All 22 View Live