Switch Statements | C | Tutorial 20

  Рет қаралды 9,058

Giraffe Academy

Giraffe Academy

Күн бұрын

Пікірлер: 7
@calebbalzer4518
@calebbalzer4518 3 жыл бұрын
Straight up flexing on us with his grade evaluations
@preetikabra5737
@preetikabra5737 3 жыл бұрын
Mike best
@ihssancanimturk_sayfor
@ihssancanimturk_sayfor 10 ай бұрын
wonderful me think ;)
@ihssancanimturk_sayfor
@ihssancanimturk_sayfor 10 ай бұрын
same to switch the same result, skip the line of char operator input: int main(){ double num1; double num2; char op; printf("A number: "); scanf("%lf", &num1); printf("An operator: "); scanf("%c", &op); printf("A number: "); scanf("%lf", &num2); printf("%f,%c,%f", num1, op, num2); return 0; }
@ihssancanimturk_sayfor
@ihssancanimturk_sayfor 10 ай бұрын
switch statement on the draft ok
@ihssancanimturk_sayfor
@ihssancanimturk_sayfor 10 ай бұрын
check also for this: int main(){ double num1; double num2; char op[5]; printf("A number: "); scanf("%lf", &num1); printf("An op: "); fgets(op,5,stdin); printf("A number: "); scanf("%lf", &num2); printf("%f,%s,%f", num1, op, num2); return 0; } fgets also not working with an operator input, just a try not a must 5 characters, also escaped the line, any idea?
@Mayankcodezz
@Mayankcodezz 3 жыл бұрын
anyone from india?? like if yes
Structs | C | Tutorial 21
8:36
Giraffe Academy
Рет қаралды 36 М.
If Statements | C | Tutorial 18
14:10
Giraffe Academy
Рет қаралды 11 М.
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
JavaScript Question: How Does the switch Statement Work?
9:57
All Things JavaScript, LLC
Рет қаралды 6 М.
#11: Switch Statement in C | C Programming for Beginners
11:10
Programiz
Рет қаралды 178 М.
C Programming Tutorial 61 - How to Write a Switch Statement
7:50
Switch Statements | Javascript | Tutorial 18
9:12
Giraffe Academy
Рет қаралды 24 М.
Writing Files | C | Tutorial 29
9:35
Giraffe Academy
Рет қаралды 22 М.
struct Basics | C Programming Tutorial
24:44
Portfolio Courses
Рет қаралды 161 М.
Learn Any Programming Language In 3 Hours!
22:37
Code With Huw
Рет қаралды 638 М.
#14 Switch Statement in JavaScript
7:58
Telusko
Рет қаралды 126 М.
C Programming for Beginners Tutorial #8 - The Switch Case Branch
7:00
The Morpheus Tutorials
Рет қаралды 34 М.
Conditionals (if-else, Nested if and else if)
8:10
Neso Academy
Рет қаралды 386 М.