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


Please Help Members By Posting Answers For Below Questions

What is c variable?

561


Compare array data type to pointer data type

605


What is the difference between near, far and huge pointers?

635


What are control structures? What are the different types?

606


Is it possible to pass an entire structure to functions?

563






Explain what standard functions are available to manipulate strings?

615


How to write a code for reverse of string without using string functions?

1583


Is c is a procedural language?

605


How can variables be characterized?

1656


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

1624


Write a program to show the change in position of a cursor using c

587


Is c dynamically typed?

675


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2242


What are the main characteristics of c language describe the structure of ac program?

616


What is wrong with this program statement?

612