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 is file in c preprocessor?
How to declare a variable?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Tell me what is null pointer in c?
Can a local variable be volatile in c?
What is assert and when would I use it?
What is the best style for code layout in c?
Are pointers really faster than arrays?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Describe static function with its usage?
what is the diffrenet bettwen HTTP and internet protocol
What is c language and why we use it?
What is the use of gets and puts?
In a switch statement, what will happen if a break statement is omitted?