Тёмный
No video :(

How to Create a Simple Calculator Program using C Programming Language 

LearningLad
Подписаться 291 тыс.
Просмотров 95 тыс.
50% 1

In this video tutorial you will learn How to create a simple Calculator Programming using C Programming Language.
This video is well suited for the beginners.
The Calculator programming created here will first display the menu option to the user.
user can select the operation that he wants to perform.
( Addition, Subtraction, Multiplication, Division)
Then we take two numbers as input from the user
and then we display the result.
Our website
www.LearningLad...
Watch Video tutorials in Hindi at ‪@LearningLadHindi‬
Other Social Media Pages of LearningLad
/ learninglad
/ learningladofficial
/ learningladedu

Опубликовано:

 

5 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 76   
@ashwin6188
@ashwin6188 2 года назад
Better than my college teachings 🤩 You made it look easy
@LearningLad
@LearningLad 2 года назад
thanks
@laxmichahar4315
@laxmichahar4315 3 года назад
That's a one and only one simple calculator program which really work ....thnq sir ..thnq so much 😇😇🙇🙇
@LearningLad
@LearningLad 3 года назад
Most welcome 😊
@DEEPCODERS-1
@DEEPCODERS-1 21 день назад
Thank U Sir Calculator Done❤
@LearningLad
@LearningLad 21 день назад
All the best
@poornisridhar270
@poornisridhar270 2 года назад
Very good explanation.... For beginners...thank you
@LearningLad
@LearningLad 2 года назад
most welcome :)
@okotelelias7657
@okotelelias7657 Год назад
you have made it very easy for me to understand it very well
@LearningLad
@LearningLad Год назад
glad it helped you :)
@_Play_For_Fun
@_Play_For_Fun 11 месяцев назад
Thank u... I am searching this video since last 2 days... 🎉
@LearningLad
@LearningLad 11 месяцев назад
welcome :)
@williamkakooza4603
@williamkakooza4603 11 месяцев назад
Thank u so much
@LearningLad
@LearningLad 11 месяцев назад
Most welcome 😊
@shashikiran9417
@shashikiran9417 Год назад
can we input a first, operator next and b later? The problem I face is that it does not read operator.
@LearningLad
@LearningLad Год назад
while reading the operator add a space before %c example scanf(" %c",&operator) assuming you are reading operator as char data type
@shashikiran9417
@shashikiran9417 Год назад
@@LearningLad Thanks, that works! But can I know what's the reason?
@_boreklipogaca
@_boreklipogaca 10 месяцев назад
Thanks for the great video. Just wanted to ask if there is any way to make the program ask for operator again if there is an invalid operator
@jondanielcabansay239
@jondanielcabansay239 Год назад
Good day, do you know how to do also the Modulo ? "%" am new... my teacher wants to include the Modular "%" in the calculator.. Help...
@yeshandesilva4871
@yeshandesilva4871 Год назад
Thank You!
@LearningLad
@LearningLad Год назад
You're welcome!
@mdthoufeeq6586
@mdthoufeeq6586 2 года назад
Sir, your way of explaining is amazing and very very easy, Good work done! I want to watch your all videos and give links please
@nalinbhaimehata4297
@nalinbhaimehata4297 3 года назад
Sir in my vs code ide they cannot give the suggestions of c. I also installed extension and compiler but no results plz solve my problem and plz reply me
@shashikiran9417
@shashikiran9417 Год назад
Hi there Have you added the file path in path, environment variables?
@zahidulhassan7033
@zahidulhassan7033 3 года назад
What IDE you are using? , i hate code blocks because of the white background. It hurts my eyes. And thank you for such a quality content.
@LearningLad
@LearningLad 3 года назад
Visual studio code
@arishaaltaf251
@arishaaltaf251 Год назад
@@LearningLad sir second number ko bar bar 0 print ku kra rha code Mai koi eroor nhi hai phr bhi
@akshaj_chandu
@akshaj_chandu 2 года назад
What if I wanna calculate more than 2 numbers Then what do I do? Please help
@LAAL0_O
@LAAL0_O 4 месяца назад
sooo do you have a solution?
@navdeepsaroha5984
@navdeepsaroha5984 3 года назад
what if we want the answer in words what would be the code then?
@Codeshub2024
@Codeshub2024 4 года назад
Tysm sir 😊
@LearningLad
@LearningLad 4 года назад
Welcome 😊
@ahmedjuwar454
@ahmedjuwar454 2 года назад
Very nice
@LearningLad
@LearningLad 2 года назад
Thanks
@thecallertotruth1121
@thecallertotruth1121 4 года назад
Great
@lingeswarsivakumar811
@lingeswarsivakumar811 2 года назад
simple calculator program using C programming language sequence structure, selection structure and repetition structure. And can u do with loop.
@vergelcofino4
@vergelcofino4 2 года назад
THANK YOUUUUU
@LearningLad
@LearningLad 2 года назад
my pleasure :)
@goutamkumar-zj4hp
@goutamkumar-zj4hp 3 года назад
Thanks sir.
@ayeah394
@ayeah394 2 года назад
what software youre using?
@LearningLad
@LearningLad 2 года назад
vs code
@karimkobrosly5951
@karimkobrosly5951 3 года назад
what type of project should we choose.
@DNV04
@DNV04 2 года назад
bruh! i tried using for loop to get a perfect calculator, but im not able to enter the sign. so as you did i first gave enter the sign so, for first time it allowed me to enter the sign. But from 2nd iteration onwards its not allowing me to enter the sign. Simply skipping it and asking for operands..
@LearningLad
@LearningLad 2 года назад
If you are reading a character using %c then add a space before and after that Example scanf(" %c ", &variable)
@DNV04
@DNV04 2 года назад
@@LearningLad ok bro thankyou and i will try it. 👍
@DNV04
@DNV04 2 года назад
​@LearningLad now it is not allowing me to enter another number. I tried like 1st it should ask a number and read it and after that sign and again number then it should print the result. As you said i gave space for %c before and after. So it allowed me to enter the sign but its not asking the number.
@enviousshade1770
@enviousshade1770 2 года назад
really enjoyed the video thanks sir
@muhammadsaad4036
@muhammadsaad4036 Год назад
is this turbo cpp ...i need it in dev cpp
@LearningLad
@LearningLad Год назад
that is old
@roushankumar2250
@roushankumar2250 3 года назад
Why i have need to run the program again after entering the numbers? Its not giving the results at instant...i need to run again
@HaHa-oh5re
@HaHa-oh5re Год назад
i'm having problems with the operator variable. The code won't run
@parthmaheshwari5817
@parthmaheshwari5817 2 года назад
Why you not ask to first input first number then operator then second number why only first select operator then number
@parthmaheshwari5817
@parthmaheshwari5817 2 года назад
Acc to me it is showing error
@LearningLad
@LearningLad 2 года назад
you can construct the program however you want. try it :)
@parthmaheshwari5817
@parthmaheshwari5817 2 года назад
@@LearningLad it's showing error
@anamikamishra2152
@anamikamishra2152 4 года назад
Tq sir
@ivanserdar
@ivanserdar 3 года назад
Whats theme u use in VS
@LearningLad
@LearningLad 3 года назад
Monokai
@ivanserdar
@ivanserdar 3 года назад
@@LearningLad tnx bro
@burakbirgoren4693
@burakbirgoren4693 2 года назад
if I write to number for first question :) where is the error mesages
@kurtpetermangayan8565
@kurtpetermangayan8565 2 года назад
variable cannot be used as a function error
@harshmadhur2065
@harshmadhur2065 3 года назад
Which compiler You Use
@LearningLad
@LearningLad 3 года назад
Gcc (Mingw)
@AnjuKumari-cn7jw
@AnjuKumari-cn7jw 2 года назад
Plz make this video in hindi
@LearningLad
@LearningLad 2 года назад
checkout my hindi channel
@ms.vannia1536
@ms.vannia1536 2 года назад
But it doesn't work po in replit
@MohdFarhan-cs1sz
@MohdFarhan-cs1sz 3 года назад
hey sir mene aap se dekh ke program likha but program me ek error aa rha he kiya aap meri madad karenge
@LearningLad
@LearningLad 3 года назад
Aap error batayiye
@MohdFarhan-cs1sz
@MohdFarhan-cs1sz 3 года назад
@@LearningLad expected identifier or ‘(’ before ‘{’ token this is error
@LearningLad
@LearningLad 3 года назад
Check your code You might have missed a semicolon or a brace
@Justin-bw1mr
@Justin-bw1mr 2 года назад
How to make app then
@joetate3800
@joetate3800 3 года назад
if naay mokopya ani, mao ni akoang gi gamit, first
@bhavyakhandelwal1895
@bhavyakhandelwal1895 3 года назад
hey learning lad it's very kind if you help me i have installed gcc compiler mingw but when i open it through my files its bin shown empy or doesnt shown result, what should i do?
@norvusordoseclorum
@norvusordoseclorum 2 года назад
Getting your environment set up is the hardest part to becoming a developer
@antoneittemaekiamco7960
@antoneittemaekiamco7960 2 года назад
it's error >.
@rock20711
@rock20711 2 года назад
thanks a lot
Далее
Simple Calculator | C Programming Example
8:29
Просмотров 6 тыс.
Средневековый киборг
00:39
Просмотров 504 тыс.
15 Years Writing C++ - Advice for new programmers
4:04
Build this JS calculator in 15 minutes! 🖩
15:20
Просмотров 523 тыс.
Python calculator program 🧮
3:55
Просмотров 153 тыс.
COMPUTER SCIENCE explained in 17 Minutes
16:49
Просмотров 963 тыс.
Every Programming Language Ever Explained in 15 Minutes
15:29
Is the C programming language still worth learning?
9:27