Thread: why
View Single Post
Light Poster
28Mar2008,11:15  
ptgcomputer's Avatar
hi iam praveen iam having doubt please try to solve it
if iam having
main()
{ int a=500,b,c;
if(a<=400)
b=300;
c=200;
}
only the value of c is displayed but the value of b is not displayed correctely