http://jnnctechnologies.com/
The first argument to printf is a string of identifiers. %s refers to a string %d refers to an integer %c refers to a character. Therefore: %s%d%s%c\n prints the string "The first character in sting ", %d prints i, %s prints " is ", and %c prints str[0]. answered Jan 26 '12 at 23:29. Zyerah.
The first argument to printf is a string of identifiers. %s refers to a string %d refers to an integer %c refers to a character. Therefore: %s%d%s%c\n prints the string "The first character in sting ", %d prints i, %s prints " is ", and %c prints str[0]. answered Jan 26 '12 at 23:29. Zyerah.
0 Comments
If you have any doubts,please let me know