C Programming for Beginners 7 - If Statements in C

preview_player
Показать описание
My Websites -

if else statement c
c shell if statement
c if statement shorthand
c assignment in if statement
c if statement integer
c break if statement
objective c if statement
c if statement string
Рекомендации по теме
Комментарии
Автор

Thnx sir very usefull. Text in some video not visible and increase sound level .regardsRajeev tyagi

rajeevtyagi
Автор

it is very clear and useful.. thank you so much

ravikumar-jdky
Автор

#include <stdio.h>
// includes a header file in your project(input/output)
#include <stdlib.h>
// includes a header file in your project(main program identification)


int main()
{
int age;
printf("please enter the age\n");
scanf("%d", &age);
if(age>18)
{
printf("can apply for driver's license");
}
if(age<18)
{
printf("cannot apply for driver's license");
}
if(age==18)
{
printf("your age should be atleast 6 months a greater than 18 to apply for a driver's license");
}



return 0;
}

s.e.a.tstudios
Автор

Thanku sir i am really thank full to u

RakeshKuna-uuqp
Автор

where is return 0; in here? i thought when we have int main () we need to have return 0; as well.
please help to explain

amirulrasyid
Автор

sir plz increase the sound of audio and otherwise it's good

purplehouse
Автор

Sir plzz increase the sound of video it's too hard to listen even if I am using earplugs👂👂

deepanshiagarwal
Автор

what if the variable in char form sir?

rizkiaputra
Автор

not working on my laptop its showin all three options

Joy_Boy_editzz
Автор

my pro.exe has stopped working, how to fix please healp

sahilsoni
Автор

the sound yoh, too low, otherwise good staff

bobdally