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
Ken H
NA
646
360.3k
the string to extract digits and save to integer array in C
Jul 13 2013 4:29 AM
Hello Brother,
how to the string to extract digits and save to integer array in C.
It looks as shown below:
int digits[100]; // Assuming allows 100 sets of figures
input:
a
54
df
12
jlk
264
jo
5
erqa
504
df
45
digits[0]=54;
digits[1]=12;
digits[2]=264;
digits[3]=5;
digits[4]=504;
digits[5]=45;
Regards,
Ken
Reply
Answers (
2
)
to write data to a binary file error occurred in c
Least Common Multiple and Greatest Common Divisor in c