472,126 Members | 1,614 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,126 software developers and data experts.

Need Help for the following Query

Hi every one
can anybody solve this problem for me.

What initial values of a and c are required such that the final values of a and b are:

a = 32
b = 4



int a,b,c

a = ?
b = 0
c = ?

for( b=0; a<12; b++ )
{
a = (a+a) * c;
}




Thank you
Deven
May 2 '07 #1
1 1035
debasisdas
8,127 Expert 4TB
Dear Daven

thanx for the question

But i think u had put the question in a wrong place.

Please post in c/c++ forum

thank u
May 3 '07 #2

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

2 posts views Thread by lawrence | last post: by
6 posts views Thread by paii | last post: by
10 posts views Thread by L. R. Du Broff | last post: by
1 post views Thread by John Bode | last post: by
3 posts views Thread by pbd22 | last post: by
4 posts views Thread by Jonathan Wood | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.