int j =15,i;
for (i=1; 1<5; ++i)
{printf ("%d%d
",j,i);
j = j-3;
}
Answer Posted / chelle
is j= 12?
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How do you write a program which produces its own source code as output?
Define Spanning-Tree Protocol (STP)
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What is structure of c program?
develop algorithms to add polynomials (i) in one variable
What is LINKED LIST? How can you access the last element in a linked list?
Define Array of pointers.
Is printf a keyword?
What is the difference between ++a and a++?
What are the complete rules for header file searching?
How do you print only part of a string?
Differentiate between the expression “++a” and “a++”?
What is a keyword?
What is the difference between text files and binary files?