- 2
Given (name = “john smith”), what will name.title() return?
Anyone???
4 odpowiedzi
+ 4
It will return
John Smith.
Title case means each word will have first letter in upper case.
+ 3
A copy of the string with the first letter of each word capitalized. But y do u ask? Just try stuff like that or read it up in the documentation.
+ 1
Can you give a code example
+ 1
char
fputs(name,stdout)