Answer the following question. i. What is Compiler? ii. Double data type occupy _____ bytes of memory. iii. C Language consist ______ number of keywords. iv. What is Comment Line? v. List out the single character Input and Output function. vi. What is Lvalue & Rvalue? vii. What is an Argument?
[7 marks]What is Flow chart? Discuss the standards and guidelines for drawing a flowchart.
[7 marks]Explain general structure of a C Program in detail.
[7 marks]What is Low-level Languages? Explain various Low-level languages with its advantages and disadvantages.
[7 marks]List out various types of Loop available in C Language. Describe For Loop in detail with example.
[7 marks]What do you mean by Data type? Describe various Data type used in C Language in detail.
[7 marks]What do you mean by Multi-way Decision? Explain Switch statement used in C Language with example.
[7 marks]What is an operator? Describe any two operators used in Cin detail with example.
[7 marks]What is an Array? Discuss internal representation of Array in detail.
[7 marks]What is Multi-Dimensional Array? How can we initialize and access Two Dimensional Array. Explain it with proper example.
[7 marks]Describe Function Prototype, Function Calling and Function Definition with suitable example.
[7 marks]Explain various Special Control Statement used in Cwith suitable example.
[7 marks]Write a Cprogram to find out factorial using User Defined Function.
[7 marks]Write a Cprogram to arrange given elements in to Ascending order.
[7 marks]Explain storage classes in detail.
[7 marks]Discuss various string manipulation function used in Clanguage with suitable example.
[7 marks]Write a Cprogram that uses a function to perform addition of two matrices having integer numbers.
[7 marks]