sed -n '/\/\//d; /\/\*/d ; /\*\//d ;/\//p' hello.c
a=30/6; /* Comment */ a=10/2; // comment
sed -n '/[0-9a-zA-Z] *\/ *[0-9a-zA-Z]*/p' file.c