C Programs Frequently Asked In Interviews.
This section covers C programs often asked in campus interviews and freshers walk-in. It helps job seekers who are about to attend TECHNICAL interview round.
Here you will find simple C programming questions with answers basically asked in technical interviews.
1) C Program To Print A Message.
2) C Program To Read Two Numbers And Print The Sum Of Given Two Numbers.
3) C Program To Accept Student Roll No, Marks in 3 Subjects and Calculate Total, Average and Print it.
4) C Program To Read Three Numbers And Print The Biggest Of Given Three Numbers.
5) C Program To Read A Number And Find Whether The Given Number Is Even Or Odd.
6) C Program to accept a year and check whether the given year is a leap year or not.
7) C Program to print sum of individual digits of given number.
8) C Program to accept a three digit number and print the sum of individual digits.
9) C Program to accept a number and check the given number is Armstrong or not.
10) C Program to print ODD numbers from 1 to 10.
11) C Program to print natural numbers from 1 to 10 in reverse order.
12) C Program to print sum of the natural numbers from 1 to 10.
13) C Program to accept a number and print mathematical table of the given no.
14) C Program to print 1 to 10 mathematical tables.
15) C Program to print Fibonacci series.
16) C Program to print numeric pyramid.
17) C Program to print numerical pyramid.
18) C Program to print numerical diamond.
19) C Program to print character pyramid.
20) C Program to print character diamond.
21) C Program to find biggest of two no by using ternary operator.
22) C Program to find biggest of four nos. by using Ternary Operator.
23) C Program to find smallest of four nos. by using Ternary Operator.
24) C Program to accept a year and check the whether the given year is a leap year or not by using ternary operator.
25) C Program to accept a character in Uppercase & print in Lowercase.
26) C Program to accept a character in any case and print it in another case.
27) C Program to print natural number from 1 to 10 by using while loop.
28) C Program to accept a string and print it by using the while loop.
29) C Program to accept a string in upper case and print it in lower case.
30) C Program to accept a string in any case and print it by another case.
31) C Program to accept a string and print each word in new line.
32) C Program to accept a string and count no of capital letters, no. of small letters and no. of special characters.
33) C Program to accept any single digit number and print it in words.
34) C Program to print prime numbers between 1 to 100.
35) C Program to accept two numbers and print sum of two numbers by using functions.
36) C Program to accept a number and find factorial of given number.
37) C Program to accept a number and check whether the given number is an Armstrong number or not.
38) C Program to accept a number and print the sum of given and reverse number.
39) C Program to accept 10 numbers and print first five numbers in original order and print last five numbers in reverse order.
40) C Program to accept a string and print the reverse of the given string.
41) C Program to accept a string and check whether the given string is palindrome or not.
42) C Program to accept values into 3 dimensional array and print.
43) C Program to print upper triangle.
44) C Program to accept two 3 dimensional array and store addition of those into the third 3-D array .
45) C Program to accept a string and find the length of the given string by using functions.
46) C Program to count the number of words, characters, alphabets, vowels, consonants and digit in a line of text.
47) C Program to accept two string and compare the strings are equal or not.
48) C Program to sort the entered numbers using bubble sort.
49) C Program To Implement Minimum Spanning Tree Using Functions, Pointers & Structures.
50) C Program To Implement 8 Queens Problem Using Arrays, Pointers & Functions.
51) C Program To Implement Quick Sort Using Pointers, Functions & Arrays.
52) C Program To Implement Binary Search Without Using Recursive Function.
53) C Program To Implement Binary Search Using Recursive Function.
54) C Program To Implement Merge Sort Using Divide & Conquer Strategy.
55) C Program To Implement Selection Sort Using Pointers, Arrays & Functions.
56) C Program With Algorithm To Implement Bubble Sort Using Pointers.
57) C Program To Implement Recursive Algorithm Using Pointers.
58) C Program To Find Out The No. Of Times A Character Is Present In The String.
59) C Program To Accept A String & Find Out Whether This Character Is Present In The String.
60) C Program To Accept A String & Display Number Of Each Vowels.
61) C Program To Accept A String & Display Number Of Vowels.
62) C Program To Accept A String & Display Vowels.
63) C Program To Accept Two Strings & Display Combination Of Two Strings.
64) C Program To Accept Two Strings & Display The Largest String.
65) C Program To Accept A String & Display It's Alternate Characters In Reverse.
66) C Program To Accept A String & Display It's Substring.
67) C Program To Accept A String & Display Alternate Characters In Either Case.
68) C Program To Accept A String & Display Its Alternate Characters.
69) C Program To Accept A String & Display In Reverse.
70) C Program To Accept A String & Display It.
71) C Program On Strings Into Array Of Pointers.
72) C Program On Pointers & 2 - Dimensional Array.
73) C Program On Use Of Array & Pointer Concept Together.
74) C Program On Arithmetic Calculations Using Pointers.
75) C Program To Convert String To An Integer Using atoi() Function.
76) C Program To Display Array Of Strings.
77) C Program To Sort A Given Number Of Strings.
78) C Program To Swap Two Strings Using strcpy() Function.
79) C Program To Multiply Two Matrix.
80) C Program To Transpose A Matrix.
81) C Program On Two Dimensional (2-D) Array.
82) C Program Counting Frequencies Of Elements Of Array.
83) C Program To Insert An Element In An Array.
84) C Program For Deleting An Element From An Array.
85) C Program For Entering An Array Of Elements.
86) C Program To Add Two Numbers Using Pointers.
87) C Program To Concatenate Two Strings.
88) C Program To Multiply Two Matrices.
89) C Program To Add Two Matrices.
90) C Program To Transpose A Matrix.
91) C Program To Add Complex Numbers.
92) C Program To Compare Two Strings.
93) C Program To Print Sum Of Series 1 + 3 + 5 + …. N.
94) C Program To Check Whether An Year Is A Leap Year Or Not.
95) C Program To Find The Square Of A Number.
96) C Program To Display The Days In A Week.
97) C Program To Check Whether A Number Is Armstrong Or Not.
98) C Program To Accept & Add Ten Numbers Using Pointers.
99) C Program To Find The Area Of A Rectangle.
100) C Program To Print Number Of Vowels, Consonants, Characters, Words & Spaces In A Line Of Text.
101) C Program To Count The Number Of Times The Largest Digit Occurs In A Number.
102) C Program To Find The Roots Of A Quadratic Equation.
103) C Program To Count The Number Of Times A Digit Occurs In A Number Array.
104) C Program To Specify Size Of Commonly Used Data Types.
105) C Program To Sort Numbers In Ascending Numbers.
106) C Program To Accept Floating Point Numbers & Print Average.
107) C Program To Find The Greatest Among Three Numbers.
108) C Program To Convert Celsius Temperature To Fahrenheit.
109) C Program To Calculate Simple Interest.
110) C Program To Find Factorial Of A Number.
111) C Program To Find The Reverse Of A Number.
112) C Program To Print First Ten Numbers.
113) C Program To Add Two Numbers & Perform Arithmetic Operations.
114) C Program To Print Sum Of Digits In A Number.
115) C Program To Swap Two Numbers Using Temporary Variables.
116) C Program To Print Welcome Message.
117) C Program To Print A Semicolon Without Using A Semicolon.
118) C Program To Display Function Without Using The Main Function.
119) C Program To Print Any Print Statement Without Using Semicolon.
120) C Program To Display Its Own Source Code As Its Output.
121) C Program To Get IP Address.
122) C Program To Accept An Integer & Reverse It.
123) C Program To Convert Given Number Of Days To A Measure Of Time Given In Years, Weeks & Days.
124) C Program To Illustrate The Concept Of Unions.
125) C Program To Find The Size Of A Union.
LABELS: c programs asked in interviews, c technical interview questions with answers, programs asked in technical interview, programs asked in technical interview, c programs asked in interviews, c programs asked in interviews with answers, c programs asked in interviews with answers, c programs asked in interviews download, c programs asked in interviews with answers, c programs asked in interviews, important c programs asked in interviews, basic c programs asked in interview, c programs asked in technical interview, basic c programs asked in interviews, c programs asked in interviews with code
Hi All,
ReplyDeleteLet me know How can I help you.
you can get help by me directly also.
with my email- pankajace12@gmail.com
Hi ,Please send me c,c++ interview questions and programs my email id is r.yeshodha88@gmail.com
DeleteHI all,
ReplyDeleteif you need any help in C language, then you can mail me at pankajace12@gmail.com
pls send all the importent C programs tat which asked in interview to my mailid poorni.infotech1@gmail.com
Deleteplz send frequently asked technical interview questions to my mail:gowricse012@gmail.com
Deleteam from cse background
Usefull Information..Thanks a Ton..
ReplyDeletehi can u send me all this program in my mai premz.age@gmail.com plz
ReplyDeletepls send all the importent C programs tat which asked in interview to my mailid anu.gobbilla@gmail.com
ReplyDeletedear mam, am srividhya fresher 2012 passout.plz send
ReplyDeleteall important c programs to my mail,srividhyait06@gmail.com
thanks very useful hope will pass my interview
ReplyDeletepls send the frequently asked c programs during the interview process with logic... send to this mail id saranpreethi19@gmail.com
ReplyDeletepls send the frequently asked c programs during the interview process with logic... send to this mail id saranpreethi19@gmail.com
ReplyDeleteany c# programs
ReplyDeletehello plz send all pseudocode or programs asked for aptitude and technical interview..thanks...syedsimi_19@yahoo.com
ReplyDeletethanks frnd
ReplyDeletethanks a lot....very useful stuff for freshers
ReplyDeleteThis programs helps a lot for freshers. If you would have posted Aptitude C-Programs, it would be much helpful...
ReplyDeleteTHANK U FRND.....BRILLIENT STUFF
ReplyDeleteprograms are very good . please send me all c program to mail id thirumeni11@gmail.com
ReplyDeletewas enriching!!
ReplyDelete