Sign In
Sign Up
Sign Up
Sign In
Email :
Password :
Forget Password
Enter your email to reset the password
Full Name :
Email :
Password :
Re-type Password:
Country:
Account Exists
Your account has been shared, sign in now
We have Found an existing account with
,
If you're owner of the account you can share that account with
, by accepting our
.
Email
Password
Home
Login/Register
About Us
Contact Us
Home
Categories
Companies
Top Rated
Recently Added
Beat High Score
By Category
By Company
Home
»
Categories
»
C
»
How many times will the printf statement b...
How many times will the printf statement b...
0
How many times will the printf statement be executed in following.
main( )
{
unsigned int i=3;
while( i >=0 )
printf( "%d", i--);
}
a.
0
b.
3
c.
4
d.
Infinite
Asked By :
Hari
Categories :
C
,
Programming
,
Technical
Answer:
d. Infinite
Post Your Answer
Previous Question
Next Question
Related Questions
āCā language is a
Find the output
Predict the output of the program
Predict the output
The format specifier "-%d" is used for which purpose in C