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
What is double pointer in c?
What is string concatenation in c?
What is the function of volatile in c language?
What are identifiers and keywords in c?
What is static volatile in c?
How does free() know explain how much memory to release?
What is LINKED LIST? How can you access the last element in a linked list?
How many data structures are there in c?
How can I split up a string into whitespace-separated fields?
What is the use of structure padding in c?
Where are c variables stored in memory?
Is it valid to address one element beyond the end of an array?
In a switch statement, what will happen if a break statement is omitted?
What is a shell structure examples?
What are # preprocessor operator in c?