0% found this document useful (0 votes)
422 views

Repeated_Questions_KTU_S2_Programming_C

Repeated questions asked in c programming
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
422 views

Repeated_Questions_KTU_S2_Programming_C

Repeated questions asked in c programming
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Repeated Questions for KTU S2 Programming in C (EST102) - 2019 Scheme

Based on the available information, here are some commonly repeated questions from the KTU S2

Programming in C (EST102)

course under the 2019 scheme:

1. Basics of Computer Hardware and Software:

- Explain the basic structure of a computer, including the processor, memory, and input/output

devices.

- Differentiate between application software and system software, providing examples of each.

- Describe the steps involved in developing a flowchart and algorithm for a given problem, such as

bubble sort or linear search.

2. Program Basics:

- Write a C program to demonstrate the use of various data types and operators.

- Develop a program that uses control flow statements like if-else, switch-case, and loops (for,

while, do-while) to solve a specific problem.

- Explain operator precedence in C with suitable examples.

3. Arrays and Strings:

- Write a C program to perform operations on one-dimensional and two-dimensional arrays.

- Demonstrate the use of inbuilt string handling functions such as `strlen`, `strcpy`, `strcat`, and

`strcmp` in a program.

- Implement a program to perform linear search and bubble sort on an array.

4. Working with Functions:


- Explain the concept of modular programming and the significance of functions in C.

- Write a recursive function to calculate the factorial of a number.

- Discuss the scope and lifetime of variables in C, providing examples to illustrate your points.

5. Pointers and Files:

- Write a C program to demonstrate pointer arithmetic and accessing array elements using

pointers.

- Explain the concept of pass-by-reference using pointers with an appropriate example.

- Develop a program to perform file operations such as opening a file, reading from it, writing to it,

and closing it.

These questions cover fundamental concepts in C programming and have been frequently asked in

previous examinations.

For more detailed study materials and solved question papers, you can refer to the following

resources:

- KTU Programming In C | EST102 Question Papers:

[ktunotes.in](https://www.ktunotes.in/ktu-programming-in-c-est102-question-papers)

- KTU EST102 Solved Question Papers | 2019 Scheme:

[ktuassist.in](https://www.ktuassist.in/2022/08/ktu-est102-solved-question-papers-2019.html)

- EST102 Programming in C Solved Question Papers:

[ktuassist.in](https://www.ktuassist.in/2021/10/est102-programming-in-c-solved-question.html)

Additionally, you might find it helpful to watch the following video, which discusses a previous

question paper for the Programming in C course:

[Programming in C | KTU | Previous Question Paper Jun2

2023](https://www.youtube.com/watch?v=nikE2kyxf-Y)

You might also like