for(i=1;i>0;i++);
printf("i=%d",i);
what will be the answer????
Answer Posted / naren
ans is i=2
| Is This Answer Correct ? | 1 Yes | 13 No |
Post New Answer View All Answers
Why void main is used in c?
Why main function is special give two reasons?
What is wrong in this statement?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What is the best way to store flag values in a program?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What is 1d array in c?
will u please send me the placement papers to my mail???????????????????
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
How do I read the arrow keys? What about function keys?
What is uint8 in c?
What is a stream?
How can I find the modification date and time of a file?
Describe the header file and its usage in c programming?
Can we initialize extern variable in c?