Here is the code re posting it
/*This is the file which is used for the developing the code for multiple IO operation Author : Grey*/ void main() { int a, b; int d; //This is the temp copy buffer. a = 10; b = 11;//This is the temp value assigned to the variables c = a+b; d = c+1; /*I am copying this with a increment*/ }
In reply to Re^4: C style multiple line comment removal
by prassi
in thread C style multiple line comment removal
by prassi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |