Arrays & string handling practical 1. Write a c program to Enter the Rollnumber and marks of 20 students using array and arrange accept...
HTML
Tech News
Ad
Write c program to find factorial of given number #include<stdio.h> #include<conio.h> void main() { int n=1,fact=1; clrscr(...