Q. Assume that the array have size 10. WAP to request the 10 integers from users store it into array and display the smallest number among t...
Read More
Home / AssignmentSolutionC
Showing posts with label AssignmentSolutionC. Show all posts
Showing posts with label AssignmentSolutionC. Show all posts
Create simple menu using switch case - C
Q. WAP to create a simple menu using switch case. [8] #AssignmentNo7 ==> Code goes like this: #include<stdio.h> int main() { ...
Read More
Generate Pascals triangle - C
WAP to generate Pascal's triangle. #Assignment3b ==> Code goes like this: #include <stdio.h> #define rows 6 int main() ...
Read More
find smallest and largest number in a given array using pointer - C
Q. WAP to find smallest and largest number in a given array using pointer. [6] #Assignment2b ==> Code goes like this: #include<std...
Read More
Store 10 employees record in a data file and display who gets lowest salary - C
Q. WAP to input 10 employee records (Emp_Id, Emp_Name, Emp_Salary) and store them in a datafile named Employee.dat. Display the employee who...
Read More
Find the sum of elements of given array, using DMA - C
Q. Write a program to find the sum of elements of a given array, using DMA. #BIT_FirstSem_2017_9No_5Marks_Solution ==>Code goes like t...
Read More
Copying content of one file to another file - C
Q. Write a program to copy content of one file into another file. #BIT-C Programming-2019-GroupB-9No-4 Marks-Solution #AssignmentNo12 =...
Read More
WAP to determine weather a given number is palindrome or not - C
Q. Write a program to determine whether a given number is palindrome or not, using function and demonstrating with argument and with return ...
Read More
Subscribe to:
Posts
(
Atom
)