main()
{
intj;
while9j<=10)
{
printf("\n%d",j);
j=j+1;
}
}
Answer Posted / niranjan kumar niraj
output=9
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
What are the features of the c language?
Write a program in c to replace any vowel in a string with z?
What is the use of define in c?
How many bytes are occupied by near, far and huge pointers (dos)?
What is scanf () in c?
What is getch?
What is the most efficient way to store flag values?
Is Exception handling possible in c language?
Is swift based on c?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
What is the use of header files?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What is the Purpose of 'extern' keyword in a function declaration?
In a header file whether functions are declared or defined?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?