hi..friends .... could u please help me to write this prgm ...........:idea:
openSUSE Broken In Mar 13, 2010 #1 hi..friends .... could u please help me to write this prgm ...........
A anuvrat_parashar paralinux Apr 30, 2010 #3 a simple approach would be to search for '/*' and then go on removing characters till you find a '*/' .. its that simple ... (provided you are familiar with file handling).
a simple approach would be to search for '/*' and then go on removing characters till you find a '*/' .. its that simple ... (provided you are familiar with file handling).
cooldip10 In the zone May 9, 2010 #4 Very simple program. Use file handling properly. using fscanf() traverse word by word. Check whether you encountered "/*". if yes -> skip till you get "*/". else -> continue copying.
Very simple program. Use file handling properly. using fscanf() traverse word by word. Check whether you encountered "/*". if yes -> skip till you get "*/". else -> continue copying.