wap to input any string and print only the capital letters?
Answers
Answered by
1
Step-by-step explanation:
string Str form 0 to length -1
check one character at a time on the basis of ASCII
Attachments:
Answered by
3
☺ANSWER ☺
Given a string str consisting of alphabets,
the task is to check whether the given string is starting with a capital letter or
not.
EXAMPLE :
Input : str = geeks for geeks
Output : Accepted
Input : str = geeks for geeks
Output : Not accepted
.
.
.
.
I HOPE YOU LIKE MY ANSWER.✌
please mark me as a brainlist.
《》☆《》☆《》☆《》☆《》☆《》
*********************************
Similar questions