While debugging using gdb, I am calling the nc_print function as
(gdb)call nc_print() but there is no output and no warning.
void nc_print()
{
printf("ramanuj\n");
}
I am finding that gdb fails to call the nc_print. I am not getting why is it happening. May i know the possible reason.