Posts

Showing posts from April, 2023

Check if a string is present inside another string ! (Algo-)

Comparing two strings and diiferentiating if they are numbers or characters!

A simple student grades database using C++

Most used string functions in C++ with an example program !

Check if a number is contiguous to each other !

Calculate Upper Triangle,Lower Triangle and Diagonals of a matrix

Matrix Multiplication using C language !

Binary Search using User Defined Function !!

Check if a number is a strange number !

Fibonacci Number using Loop!