/*WAP to use of array*/
#include<stdio.h> #include<conio.h> void main() { int i,marks[5]={50,40,60,70,80,}; clrscr(); for(i=0;i<=5;i++) { printf("\n%d",marks[i]); } getch(); }
there is some good c ,java, sql and vb6 programs,Windows tricks, sms shorthand etc
No comments:
Post a Comment