What is software? Explain different types of software.
[7 marks]Write an algorithm to check whether a number is Prime. Also draw the flow chart.
[7 marks]Explain Ctokens with suitable examples.
[7 marks]Write a menu driven Cprogram for simple calculator. Also draw flowchart.
[7 marks]Explain different type of functions used in Clanguage. Write a program using function to find factorial of the given number.
[7 marks]What is recursion? Write the recursion code to find the factorial of a given number.
[7 marks]Define an array. Explain one, two and multidimensional arrays.
[7 marks]Write a Cprogram to sort the array elements in acceding order.
[7 marks]Write a Cprogram to print the following pattern.
[7 marks]What is Decision making Statement? List out different decision making statements available in Cand explain each with example.
[7 marks]What is file? Explain various file handling operations in Cwith example.
[7 marks]What is Dynamic Memory Allocation? List out the differences between Static Memory allocation and Dynamic Memory allocation.
[7 marks]How to initialize pointer? Explain arrays of Pointer using suitable sample program.
[7 marks]Write a program to swap two numbers using function with two pointers as arguments.
[7 marks]