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 / array in c
Showing posts with label array in c. Show all posts
Showing posts with label array in c. Show all posts
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
Enter n numbers in an array, and compute the sum of only prime numbers - C
Q. Write a program to enter n numbers in an array, and compute the sum of only prime numbers in the array. BIT Ist Sem - 2019, Group B, Q....
Read More
Store records of 10 employees in employee.dat file and disply the record having lowest salary- C
Q. 1) 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
Finding smallest element of array in C
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...
Read More
Find largest and smallest element of array using pointer - C
(b)WAP to find smallest and largest numbers in a given array using pointer. ==> Code goes like this : #include <stdio.h> int main(...
Read More
Reversing elements of array in C
Q. WAP to take input from user and display the reverse order of entered integers using array /* Program for reversing elements of arrays *...
Read More
Subscribe to:
Posts
(
Atom
)