code\kiri
Home
Home
BCA 1st sem
BCA 2nd sem
BCA 3rd sem
BCA 4th sem
BCA 5th sem
Qestion papers
dbms lab programs
Java
C Lab programs
practice set
dump
Rotate your phone or change to desktop for better experience
Rotate your phone or change to desktop for better experience
Home
C - Basic Syntax
if and else if statments
if and else if statments
kiri
December 25, 2021
if
(condtion)
{
statment;
}
and else if statement
if (condtion)
{
statment;
}
else if (condition)
{
statement;
}
else
{
statement;
}
C - Basic Syntax
Post a Comment
0 Comments
Labels
C - Basic Syntax
concepts
dump
Java
Lab programs
new ideas
practice set
Pages
Home
popular posts
8. Program to demonstrate Text shadows using HTML Canvas
August 22, 2024
guessing a number program
June 23, 2022
Tags
C - Basic Syntax
concepts
dump
Java
Lab programs
new ideas
practice set
0 Comments