filmov
tv
C Programming Lab Manual Solutions with Source Code(in Comments)

Показать описание
INTRODUCTION & FUNDAMENTALS OF C:
Write a program to Print Hello World 0:10
Write a program to take a variable print it. 0:59
Write a program to take user input and print it
Write a program to take different kind of data types value and print it. 2:40
Write a program to find size of variables. 3:37
OPERATORS AND EXPRESSIONS, DATA INPUT AND OUTPUT:
Write a program to add two number 5:40
Write a program to calculate Simple interest of a user given amount. 7:12
Write a program to demonstrate working of arithmetic operators. 13:26
Write a program to demonstrate working of Unary operators. 16:45
Write a program to print remainder of a division of two user given input. 20:11
CONDITIONAL STATEMENTS, LOOPS AND FUNCTIONS:
Write a program to check the largest number between two given number 21:46
Write a program to check the largest number between three given number 24:02
Write a program to convert Fahrenheit to Celsius 28:00
Write a C program to add first 10 number using while loop 32:20
Write a program in C to print sum of a user given numbers digits. 40:50
Write a program in C to print reverse of a user given input 55:28
Accept the salary of an employee from the user. 59:53
Calculate the gross salary on the following basis:
Basic HRA DA
1 - 4000 10% 50%
4001 - 8000 20% 60%
8001 - 12000 25% 70%
12000 and
above
30% 80%
Write a program to Display all prime numbers between 50 and 150. 1:08:45
Write a program in C to print following patterns:
(A) 1:16:55
*
* *
* * *
* * * *
* * * * *
AJU-BCA Syllabus w.e.f Batch 2020
30
(B) 1:31:55
1 2 3 4 5
1 2 3 4
1 2 3
1 2
1
Write a program to swap the values of two numbers using call by value 1:41:28
Write a program to print Fibonacci series using function
1:47:35
PROGRAM STRUCTURE, PREPROCESSOR, ARRAYS
Write a program in C to create an array and print its values 1:59:10
Write a program to find largest number of an array
2:08:02
Write a program to find smallest number of an array.
2:15:20
Write a program in C to swap smallest and largest number of an array. 2:18:55
Write a program to sort an array inputs. 2:32:33
POINTERS, STRUCTURES AND UNIONS, FILE HANDLING
Write a program in C to swap two number using call by reference 2:39:20
Write a program in C to Create a structure Student to store name, roll, marks of different data types. 2:43:10
Write a program in C to create Union Employee to store employee details. 2:54:55
Write a C program to read name and marks of n number of students and store them in a file..
Write a C program to read name and marks of n number of students from and store them in a file. If
the file previously exits, add the information to the file.
2:56:20
Write a program to Print Hello World 0:10
Write a program to take a variable print it. 0:59
Write a program to take user input and print it
Write a program to take different kind of data types value and print it. 2:40
Write a program to find size of variables. 3:37
OPERATORS AND EXPRESSIONS, DATA INPUT AND OUTPUT:
Write a program to add two number 5:40
Write a program to calculate Simple interest of a user given amount. 7:12
Write a program to demonstrate working of arithmetic operators. 13:26
Write a program to demonstrate working of Unary operators. 16:45
Write a program to print remainder of a division of two user given input. 20:11
CONDITIONAL STATEMENTS, LOOPS AND FUNCTIONS:
Write a program to check the largest number between two given number 21:46
Write a program to check the largest number between three given number 24:02
Write a program to convert Fahrenheit to Celsius 28:00
Write a C program to add first 10 number using while loop 32:20
Write a program in C to print sum of a user given numbers digits. 40:50
Write a program in C to print reverse of a user given input 55:28
Accept the salary of an employee from the user. 59:53
Calculate the gross salary on the following basis:
Basic HRA DA
1 - 4000 10% 50%
4001 - 8000 20% 60%
8001 - 12000 25% 70%
12000 and
above
30% 80%
Write a program to Display all prime numbers between 50 and 150. 1:08:45
Write a program in C to print following patterns:
(A) 1:16:55
*
* *
* * *
* * * *
* * * * *
AJU-BCA Syllabus w.e.f Batch 2020
30
(B) 1:31:55
1 2 3 4 5
1 2 3 4
1 2 3
1 2
1
Write a program to swap the values of two numbers using call by value 1:41:28
Write a program to print Fibonacci series using function
1:47:35
PROGRAM STRUCTURE, PREPROCESSOR, ARRAYS
Write a program in C to create an array and print its values 1:59:10
Write a program to find largest number of an array
2:08:02
Write a program to find smallest number of an array.
2:15:20
Write a program in C to swap smallest and largest number of an array. 2:18:55
Write a program to sort an array inputs. 2:32:33
POINTERS, STRUCTURES AND UNIONS, FILE HANDLING
Write a program in C to swap two number using call by reference 2:39:20
Write a program in C to Create a structure Student to store name, roll, marks of different data types. 2:43:10
Write a program in C to create Union Employee to store employee details. 2:54:55
Write a C program to read name and marks of n number of students and store them in a file..
Write a C program to read name and marks of n number of students from and store them in a file. If
the file previously exits, add the information to the file.
2:56:20
Комментарии