dimanche 20 mars 2022

print string without underscore and exclamation mark characters

The problem description is this and output should be like below:

int main(){
    char sentence[256] = "lab_ Ex_am 2 of _the Ceng140 Course!";
    print_sentence(sentence);
}

Output:

lab Exam 2 of the Ceng140 Course

Aucun commentaire:

Enregistrer un commentaire