Top Coding Questions Asked In interview

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.

CSS

CSS

A language that doesn’t affect the way you think about programming is not worth knowing.  Alan J. Perlis

C is a general purpose, procedural programming language. C was developed by Dennis M. Ritchie at Bell Labs. C was originally first implemented on the DEC PDP-11 computer in 1972.

It was mainly developed as a system programming language to write operating system. The main features of C language include low-level access to memory, simple set of keywords, and clean style, these features make C language suitable for system programming like operating system or compiler development. C programming is highly efficient. That’s the main reason why it’s very popular despite being more than 40 years old. Standard C programs are portable. The source code written in one system works in another operating system without any change.

C is a successor of B language which was introduced around the early 1970s. The language was formalized in 1988 by the American National Standard Institute (ANSI). Today’s most popular Linux OS and RDBMS MySQL have been written in C.

Practice C MCQ Questions here on alfatechlab which will help you to clear your concepts and also to prepare for technical rounds, interviews, competitive exams etc.

HTML

HTML

A language that doesn’t affect the way you think about programming is not worth knowing.  Alan J. Perlis

C is a general purpose, procedural programming language. C was developed by Dennis M. Ritchie at Bell Labs. C was originally first implemented on the DEC PDP-11 computer in 1972.

It was mainly developed as a system programming language to write operating system. The main features of C language include low-level access to memory, simple set of keywords, and clean style, these features make C language suitable for system programming like operating system or compiler development. C programming is highly efficient. That’s the main reason why it’s very popular despite being more than 40 years old. Standard C programs are portable. The source code written in one system works in another operating system without any change.

C is a successor of B language which was introduced around the early 1970s. The language was formalized in 1988 by the American National Standard Institute (ANSI). Today’s most popular Linux OS and RDBMS MySQL have been written in C.

Practice C MCQ Questions here on alfatechlab which will help you to clear your concepts and also to prepare for technical rounds, interviews, competitive exams etc.

Python

Python

A language that doesn’t affect the way you think about programming is not worth knowing.  Alan J. Perlis

C is a general purpose, procedural programming language. C was developed by Dennis M. Ritchie at Bell Labs. C was originally first implemented on the DEC PDP-11 computer in 1972.

It was mainly developed as a system programming language to write operating system. The main features of C language include low-level access to memory, simple set of keywords, and clean style, these features make C language suitable for system programming like operating system or compiler development. C programming is highly efficient. That’s the main reason why it’s very popular despite being more than 40 years old. Standard C programs are portable. The source code written in one system works in another operating system without any change.

C is a successor of B language which was introduced around the early 1970s. The language was formalized in 1988 by the American National Standard Institute (ANSI). Today’s most popular Linux OS and RDBMS MySQL have been written in C.

Practice C MCQ Questions here on alfatechlab which will help you to clear your concepts and also to prepare for technical rounds, interviews, competitive exams etc.

Java

Java

A language that doesn’t affect the way you think about programming is not worth knowing.  Alan J. Perlis

C is a general purpose, procedural programming language. C was developed by Dennis M. Ritchie at Bell Labs. C was originally first implemented on the DEC PDP-11 computer in 1972.

It was mainly developed as a system programming language to write operating system. The main features of C language include low-level access to memory, simple set of keywords, and clean style, these features make C language suitable for system programming like operating system or compiler development. C programming is highly efficient. That’s the main reason why it’s very popular despite being more than 40 years old. Standard C programs are portable. The source code written in one system works in another operating system without any change.

C is a successor of B language which was introduced around the early 1970s. The language was formalized in 1988 by the American National Standard Institute (ANSI). Today’s most popular Linux OS and RDBMS MySQL have been written in C.

Practice C MCQ Questions here on alfatechlab which will help you to clear your concepts and also to prepare for technical rounds, interviews, competitive exams etc.