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

Answer Posted / sathsh

unexpected

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is use of malloc and calloc?

1388


Write a progarm to find the length of string using switch case?

1616


What is the purpose of realloc()?

676


Why main is used in c?

594


write a programming in c to find the sum of all elements in an array through function.

1710






Why is it usually a bad idea to use gets()? Suggest a workaround.

911


What is the use of f in c?

561


Is boolean a datatype in c?

553


explain what is an endless loop?

615


What is sizeof in c?

575


How to find a missed value, if you want to store 100 values in a 99 sized array?

821


Explain what are bus errors, memory faults, and core dumps?

794


Can we use visual studio for c?

556


Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

1599


What are the features of c language?

625