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
sami sam
NA
40
30.2k
How can we use while in C Programming Language
Aug 7 2012 5:38 AM
/*Write a program to print a string using a for loop and the putchar function
Write a program to print a string using a for loop and the putchar function */
/* Assume Cat is a string */
#include <stdio.h>
#include <string.h>
char [80]
int i;
int main (){
strcpy (s,"cat");
i = 0;
while(s[i] 1 = '0')
putchar(s[i]);
1 ++ i
}
}
Reply
Answers (
1
)
I do not know where I went wrong, Could some one help me please
MouseEnter Event problem for panel with 'Dock' property