The document is a question bank for a Computer Programming course focusing on 'C' programming, covering various topics such as parameter passing modes, control statements, algorithms, data types, and recursion. It includes both theoretical questions and practical programming tasks, such as writing programs to determine even/odd numbers and prime numbers. Additionally, it addresses fundamental concepts like functions, arrays, and storage classes.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
3 views1 page
QB
The document is a question bank for a Computer Programming course focusing on 'C' programming, covering various topics such as parameter passing modes, control statements, algorithms, data types, and recursion. It includes both theoretical questions and practical programming tasks, such as writing programs to determine even/odd numbers and prime numbers. Additionally, it addresses fundamental concepts like functions, arrays, and storage classes.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
Problems Solving using Computer and ‘C’ Programming Question Bank
Sem I (2019 Pattern)
1) Explain different parameter passing modes for functions
2) What is difference between break and continue statement? 3) Define algorithm and state its properties 4) Explain any two datatypes 5) Explain register storage class 6) Write a program to find whether the number is even or odd using functions 7) Write a program to check whether a number is prime or not 8) Write an algorithm and flowchart for subtraction of two numbers 9) Write a C program to print first n Fibonacci numbers 10) Explain recursion with an example 11) What is a Function? Explain how it is declared and defined. Give example 12) What is Array and Explain its types 13) Explain nested for loop 14) What is variable? 15) Define compiler 16) Define Assembler