Programming Questions and Answers
TCS (25)
Capgemini (5)
Hewlett Packard Enterprise (5)
Ciena (16)
Adobe (5)
Alcatel-Lucent (6)
Ericsson (1)
Broadcom Ltd (18)
Radisys (6)
Aricent (8)
IpInfusion (1)
Cisco (28)
Brocade (20)
Wipro (25)
Cavium Networks (8)
XiLinx (3)
Juniper Network (10)
HCL Technologies (11)
Amazon (5)
IBM (23)
Global Edge (18)
Accenture (16)
Qualcomm (4)
CA Technologies (6)
Nagarro (8)
Tech Mahindra (1)
Syntel Inc. (10)
Tavant Technologies (15)
Amdocs (1)
Virtusa (36)
PEOL (15)
Sapient (3)
Societe Generale (4)
Wipro NLTH (23)
SAP Labs (18)
TCS NQT (23)
TCS Ninja (4)
TCS Digital (8)
Huawei (1)
Paytm (15)
1 / 434
Input : What is your name
Output :
|
|
|
|
|
Please Login to view the answer
2 / 434
Input : What is your name?
Output :
|
|
|
|
|
Please Login to view the answer
Tags:IBM
3 / 434
Input : WhAT iS YouR nAme?
Output :
|
|
|
|
|
Please Login to view the answer
Tags:IBM Global Edge
4 / 434
Input : What is your name?
Output :
|
|
|
|
|
Please Login to view the answer
5 / 434
Input : What is your name?(searching a)
Output :
|
|
|
|
|
Please Login to view the answer
Tags:IBM
6 / 434
with the subsequent character in the english alphabet.
Input : hello
Output :
|
|
|
|
|
Please Login to view the answer
Tags:IBM
7 / 434
Input : NA
Output : NA
|
|
|
|
|
Please Login to view the answer
Tags:IBM
8 / 434
Hint: In camel case, we capitalise the first letter of each word.
Input : hello world
Output :
|
|
|
|
|
Please Login to view the answer
Tags:IBM
9 / 434
Hint: In sentence case, the first letter of each sentence is capitalized.
Input : NA
Output : NA
|
|
|
|
|
Please Login to view the answer
Tags:IBM
+ Contribute Programming Qs.
Top Kudos Contributor
Trending Programming Qs.
- Write a program to print next to the last word of a sentence.
- Write a program to accept two time stamps in the given format HH:MM:SS...
- Write a program to reverse the string?
- Given an array Arr[ ] of N integers and a positive integer K. The task...
- Write a program to reverse the string?
- Write fibonacci series program. INPUT: 10 term OUTPUT: 0 1 1 2 3 5...
Last Month Contributor
- Write a program to count the no. of words in the given string?
- Write a program to print next to the last word of a sentence.
- Write a program to reverse the string?
- Write a program to convert uppercase to lower case and vice versa of a...
- Given a string, say sentence=" this is crazy and fun" and a list, say ...