[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Program Discussion :: Basics

Home > Programs > Basics

9 / 279

Write a program to converting a String to Sentence Case.
Hint: In sentence case, the first letter of each sentence is capitalized.

Answer:

#include
#include
#include
#include

void main()
{
clrscr();
int i;
char a[30];
cout

Asked In :: IBM

Post Your Answer Here:

Language:

Post Your Reply Here:



Language:

Post Your Reply Here:



Language:

Post Your Reply Here:



Language:

Post Your Reply Here:



Language:

Post Your Reply Here: