User profile: bilal5914

User info
User name:bilal5914
Name:Muhammad Bilal
Location:Faisalabad Pakistan
Website:http://Tuf Engineers
History
Joined:
Number of posts:2
Latest posts:

For Loops
replace the i with j or 1 and than chek it

Copy the array A element in array B.
#include<iostream.h> #include<stdio.h> #include<conio.h> main() { clrscr(); int a[5]; int b...