Do I understand that by using the following code
a = getchar();
b = getchar();
, after pressing "1" and "Enter" keys ( Enter - to continue programs work), we can derive the following variables -
a = '1';
b= '\n';
thanks in advance))
Do I understand that by using the following code
a = getchar();
b = getchar();
, after pressing "1" and "Enter" keys ( Enter - to continue programs work), we can derive the following variables -
a = '1';
b= '\n';
thanks in advance))
Yes that's correct if your input buffer is empty.
thank you gerard! ))
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.