Programming Questions in C Asked at Freshers
1 / 229
Input : What is your name?
Output :
Tags:IBM
2 / 229
Input : WhAT iS YouR nAme?
Output :
Tags:IBM Global Edge
3 / 229
Input : What is your name?
Output :
4 / 229
Input : What is your name?(searching a)
Output :
Tags:IBM
5 / 229
with the subsequent character in the english alphabet.
Input : hello
Output :
Tags:IBM
6 / 229
Input : NA
Output : NA
Tags:IBM
7 / 229
Hint: In camel case, we capitalise the first letter of each word.
Input : hello world
Output :
Tags:IBM
8 / 229
Hint: In sentence case, the first letter of each sentence is capitalized.
Input : NA
Output : NA
Tags:IBM
9 / 229
Input : NA
Output : NA
You can practice here all the basics and standard c, C++, JAVA, Python program asked at freshers level job interview or in coding round. Practice our hand-picked coding round programming interview questions asked in coding round of various it companies and exams. You can programed given C, C++, JAVA, Python question in any language, you can post your answer and same time you can review other users answer. It is always recommanded to write your own C, C++, JAVA, Python coding questions answer first and then refer others answers. At this page we have covers all the coding questions in 2020-2021 and previously asked in their Interview round or coding rounds.
Top Kudos Contributor
Trending Programming Qs.
- Given two vectors. One contains array element "ele" and other indexes ...
- Given a string, say sentence=" this is crazy and fun" and a list, say ...
- Write a program to print next to the last word of a sentence.
- Write a program to convert uppercase to lower case and vice versa of a...
- There are many cars parked in the parking lot. The parking is a straig...
- Write a program to generate a simple pattern. 1 12 123 1234 123 ...
Last Month Contributor
- Write a program to convert uppercase to lower case and vice versa of a...
- Write a program to print next to the last word of a sentence.
- Given a string, say sentence=" this is crazy and fun" and a list, say ...
- There are many cars parked in the parking lot. The parking is a straig...
- Write a program to remove the vowels from the input string.