example..
int a,b;
i need each one seperate int a , b?
how is possible
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Sep 29, 2010, 7:23 AM
vishnu krishnanPosted Sep 29, 2010, 7:21 AM
actually i want to how to remove all the whitespace and then split the string
that means...
example i have the loaded code contains
#include
int main()
{
(space) int a,b;
}
so i have to get..
int
a
,
b
;
here the whitespace means, in the above code have int a,b; actually it have some space (space), so how will remove this
how will do this?
Koteswararao MallisettiPosted Sep 29, 2010, 6:07 AM