0% found this document useful (0 votes)
17 views2 pages

Pps - Important Questions

The document outlines a comprehensive curriculum covering various aspects of the C programming language, including problem analysis tools, program structure, data types, operators, input/output functions, conditional branching, arrays, functions, pointers, structures, dynamic memory allocation, file handling, sorting algorithms, and complexity analysis. It also includes important programming exercises such as quadratic equation roots, Armstrong number checks, and sorting techniques. The content is structured into five units, each addressing key concepts and practical applications in C programming.

Uploaded by

vargantirahul55
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views2 pages

Pps - Important Questions

The document outlines a comprehensive curriculum covering various aspects of the C programming language, including problem analysis tools, program structure, data types, operators, input/output functions, conditional branching, arrays, functions, pointers, structures, dynamic memory allocation, file handling, sorting algorithms, and complexity analysis. It also includes important programming exercises such as quadratic equation roots, Armstrong number checks, and sorting techniques. The content is structured into five units, each addressing key concepts and practical applications in C programming.

Uploaded by

vargantirahul55
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Unit-I

1.Explain problem analysis tools(algorithms and flowchart) in details with suitable example.
2.What are the features of C language? Explain.
3.Explain in detail the structure of C Program and procedure to create, compile and run the C
program.
4.Discuss about the following in detail
a)C Tokens b) Data Types in C c) Variables and constants
5. C language is rich in operators. Explain in detail.
6. What is precedence and associatively of operators. Discuss.
7. What are standard input and output functions in C. Explain.

Unit-2
1. What do mean by conditional branching? How C support such types of programming
constructs explain.
2. Explain the iterative statements in C language with examples.
3. What is Array? Demonstrate one dimensional and two dimensional array
4. program for matrix operations over two matrices.
5. what are formatted and unformatted I/O functions in C? Explain in detail.

Unit-3
1. What is function in C? Explain different types of functions in C.
2. What is pointer? Demonstrate call by value and call by address with suitable example.
3. What is recursive function? Explain with an example. What are the merits and demits
4. What is the significance of storage classes in C ? Disucss.
5. What is string? Discuss different string handling functions in C.
6. What is arrays of strings? Explain.

Unit-4
1. Discuss about A)Structures b). Array of structure c). Structure vs Union
2.Explain about usage of self referential structures with suitable example.
3. Discuss about the need and types of dynamic memory allocation functions with examples
4. What is Preprocessor in C? Explain different preprocessor commands
5. Explain pointers to arrays and structures.

Unit 5
1.Define file. What are the different types of files explain with example
2. What are file handling functions? Explain with example.
3. Discuss about a) file error handling b) command line arguments
4. What is sorting? Write algorithm and explain bubble sorting technique
5. What and explain the algorithm for binary search technique.
6. What are time complexity and space complexity explain with examples

*ALL ARE LONG ANSWER QUESTION –SHORT ANSWERS WILL BE COVERED IN


THAT ANSWERS*
Important programs
1. Roots of quadratic equation
2. Checking given integer is Armstrong or not and Polyndrome are not.
3. Factorial using functions and recursive function.
4. Diplay first n prime numbers
5. Matrix operations
6. Creating structure of Emp/Student , storing the data and diplaying the data.
7. Finding no. of words, lines and characters from a given string
8. Copying the contents of file to another using command line arguments
9. Program for searching a given value from a list using binary search technique.
10. Program for selection/bubble/insertion sort.

You might also like