Home
Blog
Blog - HOME
Technical
Search Engine Optimization
Data Structure
Image Processing
C Programming
.NET
SQL Server
TCS Preparation
Miscellaneous
Non Technical
Top 10
Life Lesson
Quotes
English Quotes
Bangla Quotes
Bangla to English Translations
Bangla Kobita
Bangla Whatsapp Story
Tutorials
Tutorial - HOME
CS Core Subjects
Computer Fundamentals
Data Structure Tutorials
DBMS Tutorials
SQL Tutorials
Programming Language
C Tutorials
Java Tutorials
C# Tutorials
R Tutorials
X++ Tutorials
PHP Tutorials
Python Tutorials
Web Design
HTML Tutorials
Bootstrap Tutorials
JavaScript Tutorials
Vue JS Tutorials
Programs
Programs - Java
Programs - C Language
Programs - Python Language
Programs - C# Language
Programs - R Programs
Programs - Data Structure
Programs - HTML Programs
Programs - JavaScript
Program - HOME
QnA
Chapter Wise - C Program Q and A
Chapter Wise - Java Q and A
Chapter Wise - C# Q and A
Chapter Wise - Data Structure Q and A
Chapter Wise HTML Q and A
Chapter Wise - JavaScript Q and A
Chapter Wise - SQL Q and A
Chapter Wise - DBMS Q and A
MCQ - English
Effective - English
MCQ - Python Language
MCQ - C Language
MCQ - Java Language
MCQ - DBMS
MCQ - PHP
MCQ - Data Structure
GK
GK - HOME
Basic GK
General Science
Honours and Awards
Inventions
World Organisations
Important Days
World Geography
Indian Geography
Indian History
Computer Awareness
MS excel, office etc.
Problems on Train
Video
Computer Awareness
C Program - Bangla
Microsoft Excel- Bangla
Login
Login - Dashboard
Login - Here
About
Advertisement
Terms and Conditions
Guest Post Rule
Menu
Login and Register
×
Go to Dashboard
Logged In Successfully!
×
×
Check your Email for the OTP
Login
Registration
Email
Password
Name
Email
Phone
Country Code
Afghanistan
Albania
Algeria
American Samoa
Andorra
Angola
Anguilla
Antarctica
Antigua and Barbuda
Argentina
Armenia
Aruba
Australia
Austria
Azerbaijan
Bahamas
Bahrain
Bangladesh
Barbados
Belarus
Belgium
Belize
Benin
Bermuda
Bhutan
Bolivia
Bosnia and Herzegovina
Botswana
Bouvet Island
Brazil
British Indian Ocean Territory
Brunei Darussalam
Bulgaria
Burkina Faso
Burundi
Cambodia
Cameroon
Canada
Cape Verde
Cayman Islands
Central African Republic
Chad
Chile
China
Christmas Island
Cocos (Keeling) Islands
Colombia
Comoros
Congo
Congo, the Democratic Republic of the
Cook Islands
Costa Rica
Cote D'Ivoire
Croatia
Cuba
Cyprus
Czech Republic
Denmark
Djibouti
Dominica
Dominican Republic
Ecuador
Egypt
El Salvador
Equatorial Guinea
Eritrea
Estonia
Ethiopia
Falkland Islands (Malvinas)
Faroe Islands
Fiji
Finland
France
French Guiana
French Polynesia
French Southern Territories
Gabon
Gambia
Georgia
Germany
Ghana
Gibraltar
Greece
Greenland
Grenada
Guadeloupe
Guam
Guatemala
Guinea
Guinea-Bissau
Guyana
Haiti
Heard Island and Mcdonald Islands
Holy See (Vatican City State)
Honduras
Hong Kong
Hungary
Iceland
India
Indonesia
Iran, Islamic Republic of
Iraq
Ireland
Israel
Italy
Jamaica
Japan
Jordan
Kazakhstan
Kenya
Kiribati
Korea, Democratic People's Republic of
Korea, Republic of
Kuwait
Kyrgyzstan
Lao People's Democratic Republic
Latvia
Lebanon
Lesotho
Liberia
Libyan Arab Jamahiriya
Liechtenstein
Lithuania
Luxembourg
Macao
Macedonia, the Former Yugoslav Republic of
Madagascar
Malawi
Malaysia
Maldives
Mali
Malta
Marshall Islands
Martinique
Mauritania
Mauritius
Mayotte
Mexico
Micronesia, Federated States of
Moldova, Republic of
Monaco
Mongolia
Montserrat
Morocco
Mozambique
Myanmar
Namibia
Nauru
Nepal
Netherlands
Netherlands Antilles
New Caledonia
New Zealand
Nicaragua
Niger
Nigeria
Niue
Norfolk Island
Northern Mariana Islands
Norway
Oman
Pakistan
Palau
Palestinian Territory, Occupied
Panama
Papua New Guinea
Paraguay
Peru
Philippines
Pitcairn
Poland
Portugal
Puerto Rico
Qatar
Reunion
Romania
Russian Federation
Rwanda
Saint Helena
Saint Kitts and Nevis
Saint Lucia
Saint Pierre and Miquelon
Saint Vincent and the Grenadines
Samoa
San Marino
Sao Tome and Principe
Saudi Arabia
Senegal
Serbia and Montenegro
Seychelles
Sierra Leone
Singapore
Slovakia
Slovenia
Solomon Islands
Somalia
South Africa
South Georgia and the South Sandwich Islands
Spain
Sri Lanka
Sudan
Suriname
Svalbard and Jan Mayen
Swaziland
Sweden
Switzerland
Syrian Arab Republic
Taiwan, Province of China
Tajikistan
Tanzania, United Republic of
Thailand
Timor-Leste
Togo
Tokelau
Tonga
Trinidad and Tobago
Tunisia
Turkey
Turkmenistan
Turks and Caicos Islands
Tuvalu
Uganda
Ukraine
United Arab Emirates
United Kingdom
United States
United States Minor Outlying Islands
Uruguay
Uzbekistan
Vanuatu
Venezuela
Viet Nam
Virgin Islands, British
Virgin Islands, U.s.
Wallis and Futuna
Western Sahara
Yemen
Zambia
Zimbabwe
Password
Decision Making of C Language
Programs
Chapter
Decision Making of C Language
Fundamentals of C Language
27
Overview of C Language
25
Data Types in C Language
31
Variable in C Language
19
Constant in C Language
12
Operators and Enums in C Language
92
Decision Making of C Language
52
Loop control in C Language
137
Array in C Language
20
String in C Language
18
Function in C Language
28
Pointer in C Language
15
Structure in C Language
8
Union in C Language
2
File Input/Output
5
String functions in C
8
Recursion in c
19
Command Line Arguments
26
Read tutorials from
Decision Making of C Language
Program List:
1. C program to find that entered year is leap year or not
2. Write a c program to check 15 is greater than 13
3. C program to check 9 is less than 10
4. Accept a character from the user and find it is a vowel or not without using any loop
5. C program to check a number is even
6. C program to check a number is odd or not
7. Program to find greatest in 3 numbers.
8. One line C program to check if a given year is leap year or not
9. Write a program that prints the largest among three numbers using two if condiion
10. Write a program in C to check whether the two given numbers are equal.
11. Write a program in C to check whether the two given numbers are equal but using = instead of ==
12. C program check 15 is greater than 18 or not using if else
13.
if- else
12 is greater than 10 or not ??
14.
if- else
check whether you are young or child ?
15.
if- else
check whether it is morning or after noon ?
16. C Program to Check Even or Odd using if else
17. C Program to Check Even or Odd without using if- else
18.
if- else
important example
19.
15 is greater than 13 ?
20. 9 is less than 10 ?
21. check a number is even ?
22. check a number is odd ?
23.
if- else
15 is greater than 18 or not ?
24.
if- else
12 is greater than 10 or not ??
25.
if- else
check whether you are young or child ?
26.
if- else
check whether it is morning or after noon ?
27.
if- else
Program to Check Even or Odd
28.
without if- else
Program to Check Even or Odd
29.
if- else
important example
30. Write a program in C that determines if a year is a leap year in different approach
31. Write a program in C to check whether a number given by the user is zero, positive, or negative
32. Write a program in C that prints the grade according to the score secured by a student
33. Get the lengths of three sides of a triangle. Check whether the triangle can be formed or not. If possible then classify the triangle as equilateral, isosceles or scalene. Otherwise, if the triangle cannot be formed give the user a chance to re-enter the lengths of the sides or terminate the program.
34. Nested if in c programming langauge
35. Nested if-else in c programming langauge
36.
Nested if-else
C Program to show use of Nested If Statements to test multiple conditions
37.
Nested if
38.
Nested if-else
39.
Nested if-else
C Program to show use of Nested If Statements to test multiple conditions
40.
if- else ladder
enter a number and check divisible by both 5 and 8, divisible by 8, divisible by 5 or divisible by none.
41.
if- else ladder
enter a number and check the Value of a is 10, Value of a is 20, Value of a is 30 or None of the values is matching and show the exact value that you enter.
42.
if- else ladder
enter two number and check they are equal, grater or less to each other
43.
if- else ladder
enter a number and check divisible by both 5 and 8, divisible by 8, divisible by 5 or divisible by none.
44.
if- else ladder
enter a number and check the Value of a is 10, Value of a is 20, Value of a is 30 or None of the values is matching and show the exact value that you enter.
45.
if- else ladder
enter two number and check they are equal, grater or less to each other
46. Accept a character from the user and find it is a vowel or not without using any loop
47. C Program to Make a Simple Calculator Using switch case
48. Program to use switch statement. Display Monday to Sunday.
49. Program to display arithmetic operator using switch case
50. Write a program using a switch statement to check whether a number given by the user is odd or even
51. Write a program in C to carry out the arithmetic operations addition, subtraction, multiplication, and division between two variables (using switch case)
52. Write a program that checks whether a character entered by the user is a vowel or not (using switch case)
Top