Question: solve it now What is the functionality of given piece of C code; int i=0; char st[10]=se101; while (st[i] != '0') { printf(%c, st[i]); i++;

solve it now
solve it now What is the functionality of given piece of C

What is the functionality of given piece of C code; int i=0; char st[10]="se101"; while (st[i] != '\0') { printf("%c", st[i]); i++; } a) print nothing on the screen b) print the contents of string on the screen all at once c) print the contents of string on the screen character by character d) throw an error a correct answer: a correct answer: b correct answer: C d) correct answer:d

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!