NEB Class 12 Questions: NEB 12 Model Questions 2080/2024


NEB Class 12 Routine 2080-2081: Class 12 Routine

C Programming: CSIT 1st Semester Exam Question 2080

C Programming (CSC 115) B. Sc. CSIT First Semester Exam Question 2080 by TU IOST. Complete Solution of C Programming Exam Question CSIT Exam.

C Programming: CSIT 1st Semester Question


Tribhuvan University, Institute of Science and Technology Complete C Programming, CSC115, on 2080/02/26. Here, you can find C Programming (B.Sc. CSIT) 1st Semester Exam Questions 2080.

C Programming: CSIT 1st Semester Exam Question 2080



University Tribhuvan University
Institute Institute of Science and Technology
Year 2080
Level Bachelor
Semester First (1st)
Course Computer Science and Information Technology
Subject C Programming (CSC 115)
Course Type New
Full Marks 60
Pass Marks 24
Time 3 hours

CSC 115-2080(New)

Tribhuvan University
Institute of Science and Technology
2080 

Bachelor Level / First Year/ First Semester/ Science 
Computer Science and Information Technology (CSC115)
(C Programming)


Candidates are required to give their answers in their own words as for as practicable. The figures in the margin indicate full marks.


Section A


Attempt any TWO questions. [2×10=20]


1. Define structure and nested structure. Write a program to find out whether the nth term of the Fibonacci series is a prime number or not. Read the value of n from the user and display the result in the main function. Use separate user-defined function to generate nth Fibonacci term and to check whether that number is prime or not. [3 +7]


2. Explain the relation to array and pointer. Differentiate between call by value and call by reference with a suitable program. [2+8]


3. Differentiate between source code and object code. Create a structure named Book with members Book_Name, Price and Author_Name, then take input for 10 records of Book and print the name of authors having the price of book greater than 1000. [3+7]


Section B


Attempt any EIGHT questions [8×5=40]


4. Describe the different types of I/O functions used in file handling with syntax. [5]


5 Write a program to read P×Q matrix of integers and find the largest integer of each row and display it. [5]


6. Write a program to calculate the factorial of a given number using recursion.[5]


7. Write a program to check whether the entered word is palindrome or not.[5]

 

8. List different types of operators and explain any three of them.[5]



9. Trace the output

#include <conio.h>
#include <stdio.h>

void main()

{

int i=0, k;

for (k=5;k>=0; k--)

{

i = i+k;

}

printf ("%d\t", i);

getch (); 
}


10. Write a program to compute the sum of first 10 even numbers using function. [5]


11. What is dynamic memory allocation? Explain with a suitable program. [5]


12. Write a program to initialize an array of dimension 10 and sent the numbers within the array in ascending order. [5]


Check Other Subject Questions:

About the Author

Iswori Rimal is the author of iswori.com.np, a popular education platform in Nepal. Iswori helps students in their SEE, Class 11 and Class 12 studies with Complete Notes, important questions and other study materials.

Post a Comment

AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.