TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ian Malven
NA
2
8.6k
A C Language Programmin Question Using The While Loop
Oct 25 2012 5:23 AM
Complete the code segment below so that the output generated is as follows:
3 6 9 12 15 18 21 24 27 30
The code segment is as follows:
i=1;
while(????????????)
{
printf(????????????);
??????????;
}
Reply
Answers (
2
)
Testing Strategy in software testing
I have bugs in my program but am failing to find them help please