What is the functionality of given piece of C code; int i=0; char st [10]="sel01"; while (st [i] != '\0') printf ("sc", st[i]); i++; a) print nothing on the screen b) print the contents of string on...


What is the functionality of given piece of C code;<br>int i=0;<br>char st [10]=

Extracted text: What is the functionality of given piece of C code; int i=0; char st [10]="sel01"; while (st [i] != '\0') printf ("sc", 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

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here