what will be the output of this program
main()
{
int i=1;
while (i<=10);
{
i++;
}
}
Answer Posted / harun
11
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Is null always defined as 0(zero)?
using for loop sum 2 number of any 4 digit number in c language
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
what is the role you expect in software industry?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What is difference between scanf and gets?
What are the key features in c programming language?
Explain 'far' and 'near' pointers in c.
Can we change the value of static variable in c?
Explain modulus operator.
how many errors in c explain deply
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
Write a program to show the change in position of a cursor using c