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
Explain what are header files and explain what are its uses in c programming?
What are the applications of c language?
How do I get a null pointer in my programs?
What is the modulus operator?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
Explain how many levels deep can include files be nested?
What are external variables in c?
Explain what is wrong with this program statement? Void = 10;
How do you use a pointer to a function?
What is difference between class and structure?
i have a written test for microland please give me test pattern
Why do we use return in c?
Is stack a keyword in c?
Explain why c is faster than c++?
What is the significance of an algorithm to C programming?