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

write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.

1569


What is static memory allocation? Explain

625


What is echo in c programming?

545


What are the advantages of using macro in c language?

583


the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset

631






Is null always defined as 0(zero)?

602


What is the code in while loop that returns the output of given code?

1286


Which node is more powerful and can handle local information processing or graphics processing?

813


Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.

2640


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

1755


What is the mean of function?

641


Explain how can a program be made to print the name of a source file where an error occurs?

676


Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

4733


What is structure data type in c?

560


which is conditional construct a) if statement b) switch statement c) while/for d) goto

729