Attempt any Eight questions.
[8*5=40]
4.
What do you mean by flowchart? Draw a Flowchart to find the largest among three numbers entered by user. [5]
5.
Why array and pointer is similar? Write a program to show the similarity between an array and pointer. [5]
6.
Write a program to find the sum of diagonal elements of n*n matrix. [5]
7.
How keyword is different from Variables? Discuss Basic data types with its ranges. [5]
8.
What is operator associativity? Explain conditional and Logical operators in brief. [5]
9.
Write a program with a function that takes an array as an argument and returns its sum to the main function. [5]
10.
How do you include a file to another file? Illustrate with an example. [5]
11.
Write a program to display the following pattern using the string "NEPAL". [5] 12.
Write short notes on: a) Macro vs Function Write short notes on: b) Break vs Continue [2.5+2.5]