I am trying to make a small program to get back to C program and I wonder if it is possible to scanf without a newline afterwards.
Here is a example:
Code:printf ( "\ n We have P (x) ="); scanf ( "% ld", & a); printf ( "x ^ 2 +"); scanf ( "% ld", & b); printf ( "x +"); scanf ( "% ld", & c);
Bookmarks