1 Min Read
1 Min Read
Demonstrate the use of this pointer
Write a C++ program to illustrate the use of this pointer.
1 Min Read
Demo the use of Scope Resolution Operator in C++
Write a basic C++ program which shows the use of scope resolution operator.
1 Min Read
Find Squares and Cubes of any 3 numbers
C Program to accept any three numbers and find their squares and cubes.
8 Min Read
Singly Linked List with Operations
A singly linked list is a data structure that consists of nodes where each node points to the next node, forming a linear collection of elements.
2 Min Read
C Program To Find Simple Interest
Find Simple Interest based on principal amount, period in year & rate of interest.