Ads block
C program to find first & second largest number in array
By
Alamgir Hossain
C
/* C program to find first & second largest number in array Array: 3, 10, 80, 20, 5 Max1: 80 Max2: 20 Logic: 1. Input size…
Read more »
C program to swap two numbers in different ways
By
Alamgir Hossain
C
/* Md. Alamgir Hossain Lecturer, Dept. of CSE, Prime University */ //C program to swap two numbers //Input: a = 10, b = 25 //Output: b = 25, a = 10 #includ…
Read more »
CPP program to check a number is prime or not using class and object
/* CPP program to check a number is prime or not using class and object 2, 3, 5, 7, ....... */ #include<iostream> using namespace std; class prime{ priv…
Read more »
CPP program to calculate the Factorial of a number using class and object
/* Alamgir Hossain Lecturer, Dept. of CSE, Prime University CPP program to calculate the Factorial of a number using class and object 5! = 5 * 4 * 3 * 2 * 1 =…
Read more »
C program to find maximum and minimum element in an array
By
Alamgir Hossain
C
/* Alamgir Hossain Lecturer, Dept. of CSE, Prime University. C program to find maximum and minimum element in array. Example: 20, 17, 10, 5, 50 …
Read more »
C program to count even and odd elements in an array
By
Alamgir Hossain
C
/* Alamgir Hossain Lecturer, Dept. of CSE, Prime University. C program to count even and odd elements in an array. Array: 20, 12, 13, 50, 17 Even: 3 Odd: 2 */…
Read more »
Major Parts of a C program with proper example
By
Alamgir Hossain
C
/* 01. Documentation Section: Name: Alamgir Hossain Date: 23/08/2020 For knowing about major parts. */ #include<stdio.h&…
Read more »
Parameterized constructor in cpp/c++
#include<iostream> using namespace std; class prime{ public: int id; //Data Member string name; //Data Member prime(int value, s…
Read more »
Default constructor with proper example in cpp in bangla
#include<iostream> using namespace std; class prime{ public: int id; //Data Members string name; //Data Members prime(){//Defaul…
Read more »
Click any Bellow Tabs/Tags
Alamgir-Hossain
(14)
Algorithms
(5)
Android problem
(2)
ANN
(1)
ArticleWriting
(26)
Artificial Intelligence
(1)
Assembly
(1)
Bangla Love Poem
(3)
Bangla Poem
(2)
best programming solution
(9)
Books
(2)
BUET IICT MSC Admission
-2021
(1)
C
(49)
Campus
(7)
CPP
(88)
Database
(4)
Differences
(2)
Fishing
(1)
HSC
(1)
Html
(4)
interesting programming solution
(9)
Interview
(2)
It job preparation
(7)
JAVA
(97)
JavaScript
(5)
JSON
(1)
lead generation
(1)
machine learning
(2)
ML Projects
(3)
NewsPaper
(19)
Others
(13)
Perl
(23)
Php
(4)
Poem
(4)
Presentation
(1)
ProblemSolving
(3)
Project
(21)
Prolog
(13)
Python
(33)
research
(18)
Research Tool
(1)
Security
(3)
Social Engineering
(1)
Testimonials
(5)
Tutorial
(2)
Writings
(15)
XML
(1)
YoutubeSEO
(1)
উক্তি
(1)
কবিতা-আলগীর হোসেন
(2)
লেখনী
(33)
LATEST
3-latest-65px
Popular Posts
-
All instructions for connection & insert data in mysql from java JSP and Servlet using tomcat serverFrom this tutorial you can learn about... All instructions for connection & insert data in mysql from java JSP and Servlet using tomc...
-
% Prolog program for addition and multplication-------- % Alamgir Hossain % CSE, JUST go :- write ( 'Enter first number : ' ...
-
Inverse Lagrange’s Interpolation Formula Theory : . Example : 1. Use Lagrange’s inverse interpolation fo...
-
Project Name : Online examination system. Framework : MVC framework in java(3 layer architecture). Language: JAVA JSP, SERVLET, JS...
-
Here is the source code for online exam system using PHP, MYSQL,AJAX, JAVASCRIPT etc.... Source code for Online Exam System