Computer Science, asked by rockingstarsubbu, 6 months ago

SECTION - A
I. Answer any FOUR essay questions from the following.
1) Write about various programming languages.
3 List and explain various Data types available in C.
3) What is ‘if statement & ‘if - else statement'? Give general form and e
4) What do you mean by a recursive function in C? Give an example.
What is an array in C? Explain.
6) Explain declaring, initializing, reading and writing string variables in
7) What is dynamic memory allocation in C? What are the various funct
3) What is file? Explain various file I/O functions.
5)
SECTION-B​

Answers

Answered by HɪɢʜᴇʀKᴜsʜᴀʟBᴏʏSᴜʙs
1

Answer:

Decision making statements contain conditions that are evaluated by the program. If the condition is true, then a set of statements are executed and if the condition is false then another set of statements is executed.

Similar questions