Write algorithm or flowchart for finding maximum out of three numbers entered by user.
[7 marks]Draw block diagram of computer and explain functionalities of various components of computer.
[3 marks]Brief about computer hardware and software.
[4 marks]Explain different string functions with example.
[7 marks]Explain the structure of for loop with proper example.
[3 marks]Explain nested if-else statement with suitable example.
[4 marks]Explain different bit-wise operators with the example.
[7 marks]Discuss the need of break and continue statements with example.
[3 marks]Explain recursion with example.
[4 marks]Explain Declaration, initialization and Printing on screen of a String using suitable program.
[7 marks]Explain while loop and do-while loop with example
[3 marks]What are header files? List any three with its usage.
[4 marks]Explain one dimensional array, two-dimensional array and multi-dimensional array with their syntax and example.
[7 marks]What is pointer? Which arithmetic operations are valid on pointers?
[3 marks]What is structure? How it is different from union? Explain nested structure with example.
[4 marks]Write a Cprogram to find the largest number amongst three numbers entered by user.
[7 marks]What is pointer to pointer? Write suitable example to demonstrate the concept.
[3 marks]Define Union in ‘C’ with suitable example.
[4 marks]Write a Cprogram to check if entered integer is a prime number or note.
[7 marks]Explain various file management function in C.
[3 marks]Show the use of Malloc, Calloc, Free and Realloc in context of Dynamic memory allocation.
[4 marks]Explain error handling in file system with example.1
[7 marks]Explain debugging techniques.
[3 marks]Differentiate call by value and call by reference.
[4 marks]Explain the following File Handling functions: 1. fseek( ) 2. ftell( ) 3. fread( ). 4. fwrite( ) 5. fscanf( ) 6. fprintf( ) 7.rewind( )
[7 marks]