Question: d[0]='t',d[1]='e', d[2]='0', d[3]='t', d[4]='0' printf(%c%c%c%c%c , d[0], d[1], d[2], d[3], d[4]); printf (%s , d); Both printf statements will print same thing. Select one: True

d[0]='t',d[1]='e', d[2]='\0', d[3]='t', d[4]='\0'

printf("%c%c%c%c%c ", d[0], d[1], d[2], d[3], d[4]); printf ("%s ", d);

Both printf statements will print same thing.

Select one: True False

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!