#include int main() { int marks,index; char grade; //whenever i use \'char\' the problem takes place index = marks/10; switch(index) {