Get Email Subscription

Enter your email address:

Delivered by FeedBurner

Tuesday, February 16, 2010

Write the output for the following C program



#include<stdio.h>
main( )
{
int a, b;
for (a=2, b=4; a < 100; b+=4, a*=3)
{
a+=b;
printf("%4d", a);
}
}

Output :-
_ _ _ 6 _ _ 26 _ _ 90

Related Posts by Categories



0 comments:

About This Blog

Lorem Ipsum

  © Blogger templates Newspaper III by Ourblogtemplates.com 2008

Back to TOP