Commonly asked interview programs from fresh graduates
In this article I am going to share the commonly asked computer programs during technical interview from technical students.
Language: C, C++,Java
Note: You can try these programs in any languages you like.
-
Write a program to print last word of a sentence
-
Write a program to remove the vowels from the input string.
-
Write a Program to convert uppercase to lower case and vice versa of a given string or sentence
-
Write a program to reverse the input string
-
Write a program to print the index of a desired character from string
-
Write a program to enter a string as input and then convert it into upper case
-
Write a program to enter a string as input and then convert it into lower case
-
Write a program to enter the String then remove vowels from the string.
-
Write a program to enter the string remove the blank spaces from the string.
-
Write a program to enter a sentence then find 2 last word of sentence
-
Write a program to enter a string then convert the string into reverse order.
-
Write a program to enter the string then find the respective ascii value of the string.
-
Write a program to enter the string then count the length of the string.
-
Write a program to enter the sentence then find the word from the sentence.
-
Write a program wap to enter the string then delete the vowels from string.
-
Write a program to enter the string then count the length of string.
-
Write a program to enter the sentence then print it in reverse order
-
Write a program to enter a string then count the no. of vowels in the string.input:-ABCD, output:-BCDE
-
Write a program to enter a string then print the longest String in java string array
-
Write a program to remove comment lines .
-
Write a program to reverse the string like i love india so output will be - india love i
-
Write a program to find string is palindrom or not.
-
Write a program to find the length of string.
-
Write a program to find the number is power of 2 or not.
-
Write a program for string comparision.
-
Write a program of Bubble sort.
-
Write a program to find the LCM nd GCD.
-
Write a program to find the sum of digits in number like 245 so output will be 2 + 4 + 5 = 11
-
Write a program for fibnocci series for n number :0 1 1 2 3 5 8 13 21….
-
Write a program to find out the highest number in given numbers
-
Write a program to reverse the string using linked list
-
Write a program to remove the blanck space from the string without using built in function
-
Write a program for 2^n like 2^3..(search on google u will get answer)
-
Write a program to find out the sub string of a string without using built in function
-
Write a program for bubble sort, insertion sort, selection sort
-
Write a recursive function to find the length of the of string
-
Write a recursive function to find the factorial of a number
Would you like to see your article here on tutorialsinhand.
Join
Write4Us program by tutorialsinhand.com
About the Author
Sonu Pandit
Technology geek, loves to write and share knowledge with the world. Having 10+ years of IT experience. B.Tech in Computer Science & Engineering
Page Views :
Published Date :
Jul 05,2020