Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Thankyou po prof.❣️
nice..
Thank you po maam
how if maam, we use two name string maam?example:char name [31];char AnotherName [31];how will we print that maam?does %s still work on that 2 maam?
Yes you use two %s.
If you use printf():printf("%s %s", name, AnotherName);If you use puts():puts(name);puts(AnotherName);
Watch this video I just uploaded now for your question: ruclips.net/video/0Z15lEmU4os/видео.html
Thankyou po prof.❣️
nice..
Thank you po maam
how if maam, we use two name string maam?
example:
char name [31];
char AnotherName [31];
how will we print that maam?
does %s still work on that 2 maam?
Yes you use two %s.
If you use printf():
printf("%s %s", name, AnotherName);
If you use puts():
puts(name);
puts(AnotherName);
Watch this video I just uploaded now for your question: ruclips.net/video/0Z15lEmU4os/видео.html