Prep a program to print your name using "*" likewise i have done here for "T" in description...or comment your name i'll do it | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Prep a program to print your name using "*" likewise i have done here for "T" in description...or comment your name i'll do it

https://code.sololearn.com/c4KENFfeGqjS/?ref=app

27th Sep 2017, 6:56 PM
Anand Raj Singh
Anand Raj Singh - avatar
2 ответов
+ 3
const char* name = "Simone"; printf("My name is: %s",name); "*" indicates pointers, right? :'P
27th Sep 2017, 7:46 PM
Andrea Simone Costa
Andrea Simone Costa - avatar
0
nopes...see the description
27th Sep 2017, 9:14 PM
Anand Raj Singh
Anand Raj Singh - avatar