0% found this document useful (0 votes)
43 views

C Lab Test Question

The document contains a test for a Campus Connect course taken on 05/01/2017. It includes 7 questions - the first asks to find the total of odd integers from 1 to 100, the second asks to write a program to add two matrices, and the third asks to write a program to determine if a number is a palindrome or not. The remaining questions cover counting vowels and integers in a string, creating a student structure and calculating totals and percentages, adding two numbers using functions with and without return, and adding two numbers using pointers. Signatures of the student, evaluator, and coordinator are included at the bottom.

Uploaded by

Anuj Singh
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

C Lab Test Question

The document contains a test for a Campus Connect course taken on 05/01/2017. It includes 7 questions - the first asks to find the total of odd integers from 1 to 100, the second asks to write a program to add two matrices, and the third asks to write a program to determine if a number is a palindrome or not. The remaining questions cover counting vowels and integers in a string, creating a student structure and calculating totals and percentages, adding two numbers using functions with and without return, and adding two numbers using pointers. Signatures of the student, evaluator, and coordinator are included at the bottom.

Uploaded by

Anuj Singh
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Centre for Development of Advanced Computing

Advanced computing Training School

C Lab Test Question

Course Name: Campus Connect


Date of Exam: 05/01/2017
Name of Student:

Q1. Program to find total of odd integers from 1 to 100.


Q2. Write a program to add two matrices.
Q3. Write a program to find the number is palindrome or not.

Q4. Write a program to count number of vowels and integer in given string.

Q5. Create a structure named student having following attributes:

Name
Roll
Physics
Chemistry
Math
Now calculate total and percentage of marks and print them.

Q6. To add two no using with argument and with return function

Q7. Write a program to add two number using pointer.

Signature of Student Signature of Evaluator Signature of


Coordinator

You might also like