You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scanf("%[^\n]",&c); // scanf don't stores whitespace as soon as it encounters whitespace scanf terminates so this format specifier placeholder helps to scan whitespaces in between
printf("output: %s",c);
printf("%d%d",4*4);// ----> printf function can also perform operations