Pinned Post

آخر المشاركات

ALL_NUM

A file named ALL_NUM contains a series of integer numbers.Code a program to read these numbers and then write all odd numbers to a file to be called …

Decending order program

#include<stdio.h> #include<conio.h> main() {     int i,j,n[5],t;     clrscr();     for(i=0;i<=4;i++)     {         printf("ENTER …