Hello.. I have a program like this
int main(){
char c;
int i; /* counter */
double d;
return 0;
}
if I want to comment out char, int and double, and just have return uncommented, can I do it? the comment that's already there stops the comment.. Is there an easy/fast way to comment that out?