Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

main()
{
intj;
while9j<=10)
{
printf("\n%d",j);
j=j+1;
}
}

Answer Posted / niranjan kumar niraj

output=9

Is This Answer Correct ?    0 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we use visual studio for c?

1153


What is dynamic memory allocation?

1388


Explain what is the heap?

1102


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

2288


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

1209


What are the types of functions in c?

1036


What is the value of h?

1085


Why we use stdio h in c?

1096


What are the types of pointers in c?

1080


What is the difference between volatile and const volatile?

1047


What is the meaning of && in c?

1085


Explain continue keyword in c

1065


Is null always defined as 0(zero)?

1177


When should we use pointers in a c program?

1194


What is indirection in c?

1116