/*WAP to demonstrate printing of a string */
#include<stdio.h> #include<conio.h> main( ) { char name[ ] = "Goldfish" ; int i = 0 ; while ( i <= 9 ) { printf ( "%c", name[i] ) ; i++ ; } }
there is some good c ,java, sql and vb6 programs,Windows tricks, sms shorthand etc
No comments:
Post a Comment