0% found this document useful (0 votes)
10 views4 pages

C LAB Questions Print

The document outlines a series of programming tasks in C, each with a specified aim, algorithm, program, output, viva-voce, and record, totaling 100 points. Tasks include generating Fibonacci series, summing digits, implementing binary search, and handling strings and files. Each task is assessed by internal and external examiners.

Uploaded by

elavarasi.mtec
Copyright
© © All Rights Reserved
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% found this document useful (0 votes)
10 views4 pages

C LAB Questions Print

The document outlines a series of programming tasks in C, each with a specified aim, algorithm, program, output, viva-voce, and record, totaling 100 points. Tasks include generating Fibonacci series, summing digits, implementing binary search, and handling strings and files. Each task is assessed by internal and external examiners.

Uploaded by

elavarasi.mtec
Copyright
© © All Rights Reserved
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

Aim & Algorithm Program Output & Viva-Voce Record Total

Result
20 40 20 10 10 100

1. Write a C program to generate the first n number in a Fibonacci series

INTERNAL EXAMINER EXTERNAL EXAMINER

2. Write a C program to find the sum of the digits of a number 123 => 1+2+3=6.
Aim & Algorithm Program Output & Viva-Voce Record Total
Result
20 40 20 10 10 100

INTERNAL EXAMINER EXTERNAL EXAMINER

3. Write a program to implement binary search using an iterative method.


Aim & Algorithm Program Output & Viva-Voce Record Total
Result
20 40 20 10 10 100

INTERNAL EXAMINER EXTERNAL EXAMINER

4. Write a C program to implement two-dimensional array.


Aim & Algorithm Program Output & Viva-Voce Record Total
Result
20 40 20 10 10 100

INTERNAL EXAMINER EXTERNAL EXAMINER

5. Write a C program to find number of vowels, constants, digits and white space in
a string.
Aim & Algorithm Program Output & Viva-Voce Record Total
Result
20 40 20 10 10 100

INTERNAL EXAMINER EXTERNAL EXAMINER

6. Write a C program to find length of the string.


Aim & Algorithm Program Output & Viva-Voce Record Total
Result
20 40 20 10 10 100

INTERNAL EXAMINER EXTERNAL EXAMINER

Aim & Algorithm Program Output & Viva-Voce Record Total


Result
20 40 20 10 10 100

7. Write a C program to find Fibonacci series up to 10.

INTERNAL EXAMINER EXTERNAL EXAMINER


8. Write a C program to swap 2 numbers using pass by reference.
Aim & Algorithm Program Output & Viva-Voce Record Total
Result
20 40 20 10 10 100
INTERNAL EXAMINER EXTERNAL EXAMINER

9. Write a C program to add two numbers using function.


Aim & Algorithm Program Output & Viva-Voce Record Total
Result
20 40 20 10 10 100

INTERNAL EXAMINER EXTERNAL EXAMINER

10. Write a C program using structures to prepare student mark statement.


Aim & Algorithm Program Output & Viva-Voce Record Total
Result
20 40 20 10 10 100

INTERNAL EXAMINER EXTERNAL EXAMINER

Aim & Algorithm Program Output & Viva-Voce Record Total


Result
20 40 20 10 10 100

11. Write a c program to implement singly linked list using dynamic memory
allocation.

INTERNAL EXAMINER EXTERNAL EXAMINER

12. Write a C program to store Employee information using structure.


Aim & Algorithm Program Output & Viva-Voce Record Total
Result
20 40 20 10 10 100
INTERNAL EXAMINER EXTERNAL EXAMINER

13. Write a C program to perform Command line arguments.


Aim & Algorithm Program Output & Viva-Voce Record Total
Result
20 40 20 10 10 100

INTERNAL EXAMINER EXTERNAL EXAMINER

14. Write a C program to reverse the contents of file.


Aim & Algorithm Program Output & Viva-Voce Record Total
Result
20 40 20 10 10 100

INTERNAL EXAMINER EXTERNAL EXAMINER

Aim & Algorithm Program Output & Viva-Voce Record Total


Result
20 40 20 10 10 100

15. Write a C program to Open, Read, write and closing of file.

INTERNAL EXAMINER EXTERNAL EXAMINER

You might also like