#4: Get User Input in C Programming

#4: Get User Input in C Programming

Programiz

2 года назад

205,860 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@teamyadavgamer371
@teamyadavgamer371 - 30.12.2023 11:28

C hoga mam

Ответить
@Unidentifeid
@Unidentifeid - 27.12.2023 18:00

B and C is correct but lf is more suitable since it is what it is in book😂😂

Ответить
@alisenadanishwer
@alisenadanishwer - 25.12.2023 05:32

The correct answer is C.

Ответить
@user-fz1bc1cf9y
@user-fz1bc1cf9y - 23.12.2023 17:01

answer is C.

Ответить
@sreedampuru4154
@sreedampuru4154 - 23.12.2023 00:10

correct way to take double input ... Option c :scanf("%lf", &input);

Ответить
@aichaajarzou7220
@aichaajarzou7220 - 03.12.2023 03:01

C. scanf("%lf" , &input );

Ответить
@sanchanadimalshaperera9421
@sanchanadimalshaperera9421 - 21.11.2023 11:44

Thank You <3

Ответить
@glendubie
@glendubie - 15.11.2023 02:14

C is the correct answer.

Ответить
@jovitanatukunda3896
@jovitanatukunda3896 - 13.11.2023 21:57

scanf("%lf", &input);

Ответить
@boyd5395
@boyd5395 - 12.11.2023 15:22

tres bien

Ответить
@user-zt7nd3hx7g
@user-zt7nd3hx7g - 10.11.2023 09:45

Answer is C

Ответить
@mbgveru2777
@mbgveru2777 - 05.11.2023 10:10

Options c

Ответить
@user-bf8ex3kd7u
@user-bf8ex3kd7u - 05.11.2023 09:37

%lf is the format specifier of double input data type.

Ответить
@tharunvrchinni9149
@tharunvrchinni9149 - 04.11.2023 19:09

Option C

Ответить
@kvyshnavi3690
@kvyshnavi3690 - 04.11.2023 16:32

C ans

Ответить
@aishwaryakoppad5795
@aishwaryakoppad5795 - 31.10.2023 17:32

Mam option c is right answer

Ответить
@othnielhefziba3689
@othnielhefziba3689 - 29.10.2023 19:19

The answer is c

Ответить
@anasasif8714
@anasasif8714 - 26.10.2023 08:03

option C

Ответить
@asifsamana7068
@asifsamana7068 - 25.10.2023 14:24

C option

Ответить
@user-iu9db5yz8v
@user-iu9db5yz8v - 25.10.2023 14:07

The answeris option 'C'

Ответить
@loomonimorwo5729
@loomonimorwo5729 - 23.10.2023 12:29

the correct answer is C

Ответить
@PalesaUL
@PalesaUL - 22.10.2023 21:30

The answer is C🎉

Ответить
@worldgeography2537
@worldgeography2537 - 22.10.2023 13:17

C . scanf("%lf", &input);

Ответить
@collatera.CH24
@collatera.CH24 - 21.10.2023 19:29

The correct answer is option C

Ответить
@agneskanze2719
@agneskanze2719 - 17.10.2023 09:59

Very well simplified its easy to understand

Ответить
@salmanmugharbel
@salmanmugharbel - 15.10.2023 16:39

good

Ответить
@VictorMcGill-lq5nt
@VictorMcGill-lq5nt - 14.10.2023 22:09

answer is scanf("%lf", &input);

Ответить
@menaujiri
@menaujiri - 14.10.2023 14:29

Very simplified course seen so far.

Ответить
@EGBEBIAWUNMI
@EGBEBIAWUNMI - 14.10.2023 00:45

scanf("%lf", &input);

Ответить
@rutendokarembera2400
@rutendokarembera2400 - 12.10.2023 15:20

scanf("%lf", &input);

Ответить
@digital_a2_art
@digital_a2_art - 06.10.2023 19:50

This Question Right Answer is C [scanf( "%lf", &input );

Ответить
@localyt5143
@localyt5143 - 01.10.2023 14:50

include <stdio.h>
int main() {

int number;

printf("Enter input integer: ");
scanf("%d", &number);

printf("Number: %d", number);

return 0;
}

Ответить
@user-wj3by4yy5g
@user-wj3by4yy5g - 29.09.2023 22:42

scanf("%lf",input);

Ответить
@ashishkumar4780
@ashishkumar4780 - 28.09.2023 03:22

as a first year student c programming looks so cool....don't know how long will this feeling will go on.................

Ответить
@aderolearnsengineering
@aderolearnsengineering - 27.09.2023 13:31

C. scanf("%lf", &input);

Ответить
@user-bx9be9st1p
@user-bx9be9st1p - 26.09.2023 19:40

scanf("%lf", &input) ;

Ответить
@yendotiabhi4929
@yendotiabhi4929 - 26.09.2023 19:19

option c

Ответить
@crystalsxd
@crystalsxd - 25.09.2023 11:32

Answer is C

Ответить
@florelouisstephano9948
@florelouisstephano9948 - 22.09.2023 20:27

Answer C is the correct way to take double input where the scanf function is being used to take the variable from the user "%lf" and the format specifier is lf and the line of code reads as follows: scanf("%lf", &input);

Ответить
@PraveenPraveen-us3rp
@PraveenPraveen-us3rp - 20.09.2023 10:31

Option C

Ответить
@mohanedseedahmed4950
@mohanedseedahmed4950 - 19.09.2023 23:29

😍😍😍😍😍

Ответить
@lavudyapadma1246
@lavudyapadma1246 - 15.09.2023 18:53

Option C is correct 😊

Ответить
@eazyj_c
@eazyj_c - 14.09.2023 10:12

Great tutorial. The correct way to take a double input is of answer C: scanf("%lf", &input); Thanks.

Ответить
@user-uh4ib3fo5t
@user-uh4ib3fo5t - 14.09.2023 05:13

Ç

Ответить
@hydravamshigaming
@hydravamshigaming - 10.09.2023 13:38

Option. C

Ответить