B.Sc. (Information Technology) (Part I) Examination, 2019: Part - A (Compulsory) (Marks: 15)
B.Sc. (Information Technology) (Part I) Examination, 2019: Part - A (Compulsory) (Marks: 15)
4. Define prototyping.
5. What do you mean by nested loop?
6. What is static and register variable?
Part – C {Marks : 20}
14.
a. Write a program where pointer point a structure.
b. Write a program to find out factorial using recursion.
15. Differentiate entry control loop and exit control loop with suitable example.
OR
Define string. Write a program to find out a string is palindrome or not.
B.Sc. (Information Technology) (Part I) Examination, 2017
Part – A (compulsory) {Marks : 15}
1. What do you mean by “C character set?
2. Distinguish between formal and actual arguments.
3. How does a structure differ from union?
4. What is escape sequence? What is its utilization?
5. Write output of following program?
Main()
{
int P = 0;
while(P + + < 5)
{
Printf(“%d \n”,P);
getch();
}
}
Unit I
1. What do you understand by type conversion? (2013)
2. Why we need different data types? (2013)
3. What is the output of the following (2013)
main()
{
Printf(“%d”, printf(“Tim”));
}
(2016)
15. What do you understand by escape sequence? Describe any five escape
sequences. (2016)
16. What are the compound assignment operators and how are they useful?
(2015)
17. Explain arithmetic operators on pointers
(2016)
Unit II
1. What is array utilization? (2013)
2. What is Multi-dimension array? (2013)
3. Explain pointers to array. (2013)
4. Write a program to calculate length of a text file by using file handling
concept.(2013)
5. What is the advantage of union over structure? (2014)
6. What is the use of pointer in array? (2014)
7. Write a C program to add two matrix (2-D Array).
(2014)
8. Write the syntax for different loop control structures and write a program
to print the sum of digits of a given number. (2014)
9. Explain malloc and calloc function with their syntax and examples. (2015)
10. Define recursion. (2016)
11. What do you mean by C character set? (2016)
12. How does a structure differ from a union? (2017)
13. Explain various storage classes available in C language. (2016)
14. Difference between break and exit() ? (2016)
15. Differentiate between call by value and call by reference? (2016)
16. Differentiate between structure and union? (2016)
17. Explain the following functions in C (2016)
calloc()
realloc()
fflush()
fseek()
strcmp()
18. Explain various iteration constructs available in C (2016)
19. Explain various jump statements with examples in C (2016)