Using Arithmetic Operators - C Programming Tutorial 07

  Рет қаралды 141,620

mycodeschool

mycodeschool

Күн бұрын

Пікірлер: 50
@kangemanmaipmokiuah226
@kangemanmaipmokiuah226 9 жыл бұрын
come on man,,,,, why you so awesome? i learn allot here man, i am not expect in it but i am starting so hope that you will be my best teacher , millions thanks ,
@techguy188
@techguy188 6 жыл бұрын
he was our teacher ....currently is in iitd or have left...he teaches awesome.!!!
@t_rm2119
@t_rm2119 5 жыл бұрын
@@techguy188i read that he has died...
@forsaken981
@forsaken981 4 жыл бұрын
@@techguy188 where is he now???
@sudhirkundurthi5150
@sudhirkundurthi5150 3 жыл бұрын
@@t_rm2119 😭
@vijayank3207
@vijayank3207 9 жыл бұрын
I following your classes.can you upload the video for bitwise operator?sir..i need that
@kinglau7260
@kinglau7260 7 жыл бұрын
Would you mind tell me what computation you're using to convert your codes?
@loveusoc
@loveusoc 9 жыл бұрын
You are the best!!!! Please make more C videos.
@shantanuskygamer6352
@shantanuskygamer6352 5 жыл бұрын
Thanks sir for this video.
@paulayegba75
@paulayegba75 Жыл бұрын
So well explained
@satishpanchal2540
@satishpanchal2540 9 жыл бұрын
Why does it give me an error while using the symbol '%' and using the data type as float?
@tanaynarshana4056
@tanaynarshana4056 8 жыл бұрын
if parenthesis has the greatest priority, how will I explain the statement: a=a+b-(b=a); as interchange of values of a and b?
@popularmusic8252
@popularmusic8252 8 жыл бұрын
+Tanay Narshana Listen - I Want You To Know then u will get answer
@balajinalluri2093
@balajinalluri2093 8 жыл бұрын
a=(a+b)-(b=a); printf("a=%d b=%d",a,b); statement a=(a+b)-(b=a); executes from left to right. So, first calculates (a+b) after that 'b' replaced with 'a'.
@surendarraj715
@surendarraj715 5 жыл бұрын
initally a value is assigned to b i.e(b = a) then according to equal precedence left to right takes place i.e a+b is added then the resultant value is subtracted with b i.e(a+b-b)
@humaansingh
@humaansingh 6 жыл бұрын
Thanks sir it really helps me
@Lamine_yaml
@Lamine_yaml 10 жыл бұрын
Please tell me how can i download those MyCodeschool's Github gists?
@jhoefreinbartolo9002
@jhoefreinbartolo9002 4 жыл бұрын
what to do if you have to input and scan 2 number and 1 operator in the middle and print the answer ?
@gaurav210
@gaurav210 Жыл бұрын
you're asking me what time it is after I told u the time
@soaprincee
@soaprincee 5 жыл бұрын
printf("%%"); is equavalent to printf("%s", "%");
@billhsiau
@billhsiau 7 жыл бұрын
excuse me , Does the subtitles generate automatically?
@និស្សិតស្រុកស្រែ-ល3ឆ
@និស្សិតស្រុកស្រែ-ល3ឆ 5 жыл бұрын
Thank sir for video it help me so
@edward3105
@edward3105 4 жыл бұрын
Let’s assume a and b are type int,and I declare div as float type?when i make div=a/b (9/2 for example) it will show me 4.5?
@MohitKumar-kk2gh
@MohitKumar-kk2gh 4 жыл бұрын
The answer will be quite interesting .. it will be 4.000000
@MohitKumar-kk2gh
@MohitKumar-kk2gh 4 жыл бұрын
Whenever an operation is performed between integer it'll return an integer ( c behaves in a strange way ) .. that's why I prefer python over outdated languages ..
@aybin.v.k9562
@aybin.v.k9562 8 жыл бұрын
Thanks
@Clo754
@Clo754 6 жыл бұрын
amazingggg.....its really awesome
@pradnilkamble3083
@pradnilkamble3083 7 жыл бұрын
why % sign ( to find an remainder) used in floating or double data gives and error ?
@asheshkrishnaadhikari677
@asheshkrishnaadhikari677 5 жыл бұрын
Same case happen to me....why???
@sumitmasram3398
@sumitmasram3398 5 жыл бұрын
Great job 👍🏿👍🏿👍🏿👍🏿
@ajaysinghmar8823
@ajaysinghmar8823 6 жыл бұрын
Very well sir
@gaurav210
@gaurav210 Жыл бұрын
thanks a ton
@vinuthnayelchuri1414
@vinuthnayelchuri1414 9 жыл бұрын
why do u write int main(), why not void main()
@abdurehmangullkhan4053
@abdurehmangullkhan4053 Жыл бұрын
sir my programs starts but after adding values it return to coding.but at second time previous calculation appears and have no work to saparate can you tell me
@aakash4351
@aakash4351 8 жыл бұрын
Hi! I'm new to programing. Why he did not changed int main() into float or double main()?
@winhtut1187
@winhtut1187 6 жыл бұрын
hi aakash singh yes you can use float or double if you want to use a function with float or double data type .Firstly you should to know about function and his parameter and return type
@hockeyvro2591
@hockeyvro2591 2 жыл бұрын
where can i find the rest lectures??
@tuanluu7275
@tuanluu7275 2 жыл бұрын
@hockey They've stop releasing videos, you can read about the story here: www.freecodecamp.org/news/mycodeschool-youtube-channel-history/ Also thought you can visit freecodecamp yt channel and find stuff you need there.
@hockeyvro2591
@hockeyvro2591 2 жыл бұрын
@@tuanluu7275 yes I read it ! So inspiring as well as sad
@AmelJones
@AmelJones 7 жыл бұрын
what program is he using to execute it?
@mayue6195
@mayue6195 7 жыл бұрын
Amel AH visual studio
@odefeoberabor7597
@odefeoberabor7597 9 жыл бұрын
Is C++ the same as C programming ????
@DataCraftBackbone
@DataCraftBackbone 9 жыл бұрын
+Blahblah ooo no and yes, C is the basic of C++, C++ its extenden version af C :)
@odefeoberabor7597
@odefeoberabor7597 9 жыл бұрын
Paris Nakita Kejser Lol. thanks. II asked this question when i first came to college, seems kinda silly now. lol.
@patatastudios766
@patatastudios766 7 жыл бұрын
why didnt he use return 0
@rahul.r7031
@rahul.r7031 5 жыл бұрын
in main function it is not always necessary to use return 0, it is good practice to use it.
@barshabhattacharjee6788
@barshabhattacharjee6788 4 жыл бұрын
For more visit : kzbin.info/www/bejne/Y5SqoWaEZad6mdE
@nishalal1444
@nishalal1444 5 жыл бұрын
Thank you sir . it's very useful to me
Know your data type: int - C Programming Tutorial 08
23:03
mycodeschool
Рет қаралды 236 М.
Data types, Constants and Variables - C Programming Tutorial 05
16:08
快乐总是短暂的!😂 #搞笑夫妻 #爱美食爱生活 #搞笑达人
00:14
朱大帅and依美姐
Рет қаралды 12 МЛН
What type of pedestrian are you?😄 #tiktok #elsarca
00:28
Elsa Arca
Рет қаралды 32 МЛН
Arithmetic Operators in C
8:02
Neso Academy
Рет қаралды 342 М.
Arithmetic Operators in Python
12:05
Neso Academy
Рет қаралды 54 М.
Input and Output:  Printf and Scanf - C Programming Tutorial 06
17:19
Arithmetic Operations | C Programming Tutorial
9:56
Portfolio Courses
Рет қаралды 5 М.
operators in c | arithmetic, relational |
13:13
Education 4u
Рет қаралды 112 М.
Bitwise Operations & Bit Masking
13:08
Learn Learn Scratch Tutorials
Рет қаралды 37 М.
ARM Arithmetic Instructions
19:51
Jonathan Muckell
Рет қаралды 4,4 М.
C_16 Operators in C - Part 4  |  C Programming Tutorials
20:32
Jenny's Lectures CS IT
Рет қаралды 257 М.