taking input then containing in string

Posted by gcc on Stack Overflow See other posts from Stack Overflow or by gcc
Published on 2010-05-16T06:09:44Z Indexed on 2010/05/16 6:20 UTC
Read the original article Hit count: 138

Filed under:
|

input as;

(A%v),(c+e),-p#-d //include no white space

i want to hold input as

A[0]=A%v
A[1]=c+e
A[2]=-p#-d

is it possible? how?

© Stack Overflow or respective owner

Related posts about c

    Related posts about string