Question: C language, how can I print a string pointer and a string on the same line using printf()? let's say we have char* str =
C language, how can I print a string pointer and a string on the same line using printf()?
let's say we have char* str = "happy";
and we have a string "bday"
we want the output on terminal be: happy birthday
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
