Top coding questions asked in interview

Some important coding question for interview

44. Write a code to print half inverted pyramid pattern using stars.

59. Write a code to find square root of a number.

55. Write a code to check automorphic number.

60. Write a code to find the missing number in array.

63. Write a code to print multiplication table of a number.

46. Write a code to print upper triangular elements of an array.

48. Write a code to convert number from decimal to binary number.

51. Write a code to check whether a number is positive or negative.

41. Write a code to print floyds triangle.

36. Write a code to sort array elements in ascending order using Insertion Sort.

34. Write a code to sort array elements in ascending order using selection sort algorithm.

39. Write a code to subtract two matrices.

43. Write a code to print half pyramid pattern using stars.

61. Write a code to check harshad (or niven) number.

64. Write a code to remove all occurrences of a character in a string.

33. Write a code to sort array elements in descending order using bubble sort.

37. Write a code to sort array elements in descending order using Insertion Sort.

47. Write a code to concatenate two string without using library function.

54. Write a code to find square root of a number.

58. Write a code to check strong number.

62. Write a code to print the numbers divisible by 5 or 7.

3. Write a code to check whether the given year is leap year or not.

24. Write a code to print all permutations of a given string.

20. Write a code to check whether the given string is pangram or not.

22. Write a code to count occurrences of a given character in a string.

42. Write a code to print full pyramid pattern using stars.

45. Write a code to print lower triangular elements of an array.

52. Write a code to find greatest of three numbers.

49. Write a code to count total number of vowels and consonants in a string.

40. Write a code to multiply two matrices.

35. Write a code to sort array elements in descending order using selection sort algorithm.

56. Write a code to check abundant number.

13. Write a code to find factorial of a number.