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

Answer Posted / soni

compile error

Is This Answer Correct ?    4 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

a c code by using memory allocation for add ,multiply of sprase matrixes

2407


The file stdio.h, what does it contain?

773


What is the difference between struct and union in C?

729


Can we declare variables anywhere in c?

678


What is the sizeof () a pointer?

642






What does void main return?

711


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

860


Can you write a programmer for FACTORIAL using recursion?

704


How can you determine the size of an allocated portion of memory?

859


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

723


Explain how do you list files in a directory?

719


What is calloc()?

710


How do you determine the length of a string value that was stored in a variable?

742


Write a program to generate the Fibinocci Series

759


Explain the concept and use of type void.

749