Write the Output for the following program in c
#include< void main( ) { int i, j; for (i=1, j=2; i < 5; i++, j++) { printf("i = %d \t j = %d \n" , i, j); } } |
---|
|
---|
#include< void main( ) { int i, j; for (i=1, j=2; i < 5; i++, j++) { printf("i = %d \t j = %d \n" , i, j); } } |
---|
|
---|
© Blogger templates Newspaper III by Ourblogtemplates.com 2008
Back to TOP
0 comments:
Post a Comment