Skip to main content

Posts

Showing posts with the label Infosys Coding Interview Questions for Freshers

Infosys Coding Interview Questions for Freshers

      List of Coding Questions Which Asked in Infosys Coding Test Write a c program to swap two numbers. Write a c program to swap two numbers without using third variable. Write a c program for swapping of two arrays. Write a c program for swapping of two string. Write a c program to convert decimal number to binary number. Write a c program to convert decimal number to octal number. Write a c program to convert decimal number to hexadecimal number. Write a c program to convert octal number to binary number. Write a c program to convert octal number to decimal number. Write a c program to convert octal number to hexadecimal number. Write a c program to convert the string from upper case to lower case. Write a c program to convert the string from lower case to upper case. Write a c program to delete the all consonants from given string. Write a c program to count the different types of characters in given string. ...