#include<stdio.h> int main ( ) { int pass , a [ 5 ] = { 50 , 40 ,- 5 , 30 , 15 } , i , temp , n = 5 ; for ( pass = 0 ; pass ...
HTML
Tech News
Ad
Arrays and string Handling Practical 2. Write a c program to display two matrix on screen and perforn the addition of two matrix and print ...
Arrays & string handling practical 1. Write a c program to Enter the Rollnumber and marks of 20 students using array and arrange accept...