Skip to main content

Technical Interview - C Programs Frequently Asked In Interviews.

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

Comments

  1. Hi All,

    Let me know How can I help you.

    you can get help by me directly also.

    with my email- pankajace12@gmail.com

    ReplyDelete
    Replies
    1. Hi ,Please send me c,c++ interview questions and programs my email id is r.yeshodha88@gmail.com

      Delete
  2. HI all,

    if you need any help in C language, then you can mail me at pankajace12@gmail.com

    ReplyDelete
    Replies
    1. pls send all the importent C programs tat which asked in interview to my mailid poorni.infotech1@gmail.com

      Delete
    2. plz send frequently asked technical interview questions to my mail:gowricse012@gmail.com
      am from cse background

      Delete
  3. Usefull Information..Thanks a Ton..

    ReplyDelete
  4. hi can u send me all this program in my mai premz.age@gmail.com plz

    ReplyDelete
  5. pls send all the importent C programs tat which asked in interview to my mailid anu.gobbilla@gmail.com

    ReplyDelete
  6. dear mam, am srividhya fresher 2012 passout.plz send
    all important c programs to my mail,srividhyait06@gmail.com

    ReplyDelete
  7. thanks very useful hope will pass my interview

    ReplyDelete
  8. pls send the frequently asked c programs during the interview process with logic... send to this mail id saranpreethi19@gmail.com

    ReplyDelete
  9. pls send the frequently asked c programs during the interview process with logic... send to this mail id saranpreethi19@gmail.com

    ReplyDelete
  10. hello plz send all pseudocode or programs asked for aptitude and technical interview..thanks...syedsimi_19@yahoo.com

    ReplyDelete
  11. thanks a lot....very useful stuff for freshers

    ReplyDelete
  12. This programs helps a lot for freshers. If you would have posted Aptitude C-Programs, it would be much helpful...

    ReplyDelete
  13. THANK U FRND.....BRILLIENT STUFF

    ReplyDelete
  14. programs are very good . please send me all c program to mail id thirumeni11@gmail.com

    ReplyDelete

Post a Comment

Please share your opinions and suggestions or your experience in the comments section. This way we can all help each other...

Experienced guys can share their resumes at admin@interview-made-easy.com

Popular posts from this blog

Tell Me Something About Yourself - Interview Answers.

Try to introduce some of your most important employment-oriented skills as well as your education and accomplishments to the interviewer. Answer to this question is very important because it positions you for the rest of the interview . That's why this statement is often called the "Positioning Statement". One should take the opportunity to show his/her communication skills by speaking clearly and concisely in an organized manner. Since there is no right or wrong answer for this question hence it is important to appear friendly. YOUR ANSWERS CAN BE: 1) I am a person with strong interpersonal skills and have the ability to get along well with people . I enjoy challenges and looking for creative solutions to problems. 2) Besides the details given in my resume, I believe in character values, vision and action. I am quick in learning from mistakes. I am confident that the various tests that you have conducted will corroborate my competencies apti...

HR Interview Questions With Simple Answers - Top 30.

Here are some very important HR questions which are often asked during Interviews and I believe these answers can really help you to get through....... Click on them to view the answer: 1) Tell Me Something About Yourself ? 2) What Are Your Strengths? 3) What Are Your Weaknesses? 4) How Do You Handle Pressure / Can You Work Well Under Pressure? 5) What Are Your Short Term Goals? 6) What Are Your Long Term Goals? 7) Where Do You See After 5 Years? 8) Why Should We Hire You? 9) What Is Your Salary Expectation? 10) Why Do You Want To Leave Your Current Job? 11) Do You Prefer To Work Alone Or As A Team Player? 12) What Made You Choose Your Major / Stream? 13) Why Didn’t You Pursue A Career In Your Major / Stream? 14) Why Do You Want To Work For Us? 15) Are You Willing To Travel? 16) Are You Willing To Take Risks? 17) What Do You Know About This Company? 18) What Do You Seek From A Job? 19) How Do You Evaluate Success? 20) Dur...

Sample Cover Letter / Job Application.

To The General Manager (HR) [ Name and Designation (Bold Words)] Infosys Limited Delhi – 110001 Uttam Agrawal Gandhi Chowk, Bhartee Street [ Name Bhawanipatna, Kalahandi Contact Address Orissa – 766001 Telephone No.] Ph. no - +91-9438170446 [Sub: Application for the position of ___________ in your esteemed organization.] Respected Sir, (Always use ‘Respected’) With reference to your advertisement dated 14th may’ 08 in The Times of India for the position of ___________ . I would like to place myself as a strong contender before you. OR This has reference to your advertisement dated 14th may’ 08 in The Times of India for the position of ____________. In the said connection I take this opportunity to apply for the said position as a strong contender. /*This is the Introduction i.e the first paragraph of your application/* ( Now the Second Paragraph is the Self Introduction) Try to start the second paragraph with the below mentioned lines: - I have the p...