Pps - Important Questions
Pps - Important Questions
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