A lot of students preparing for campus placements are always in a dilemma on how and where to prepare for a technical interview/programming test. This article gives you an exhaustive list of programming questions you need to solve as a fresher/beginner. Solving these will help you understand how to logically arrive at a solution for any programming challenge.


This exhaustive list of questions were collected from students who have attended their on-campus and off-campus placements during the year 2018-2019. We often take it for granted to solve some of the most easy questions. But it is a fact that companies like Microsoft also include a few easy questions to test the candidates.

 

Practicing questions from this exhaustive list will help you clear the recruitment process of a companies like Wipro, Cognizant, TCS, Mindtree, IBM, Amdocs, HCL etc.


C programming questions on Control statements

Knowing control statements in and out is the first step towards getting your hands on C programming. Control statements like if, for, while, do-while, switch case etc form the fundamentals of C programming. An exclusive list of problems related to these concepts are given below.


Easy

Medium


C programming questions on Strings

Strings is another basic concept in C programming. A string is nothing but data with data type as char. Some of the must solve programs involving strings are:



C programming questions on Arrays

An array is the next most fundamental concept of C. Arrays also used in data structures and algorithms. An array is a data structure that stores elements at a contiguous memory location. This is the one of the most popular, easy and tricky concepts in programming and hence most interviewer would certainly prefer questions candidates on such topics.

The major advantage of an array is that it performs the search operation with O(1) complexity. But adding and removing is comparatively slower. Here are some of the popular array-based coding and interview questions for your practice:

1-D Arrays

2-D Arrays

 

Miscellaneous C programming questions

Interviewers generally tend to ask questions which might include more than one concept. One such important type of questions is pattern printing. Over the years, this has become a constant question type asked in a lot of coding rounds. Here are some most asked pattern printing programs for your reference and practice.






posted on 2019-05-01 13:17  chanchal_arvind  阅读(92)  评论(0编辑  收藏  举报