0
What is scanf funtion??
5 Answers
+ 3
scanf function is used in C.
It is similar to cin function in c++.
It is used to get inputs.
+ 3
scanf does not work in c++.
It works only in C.
+ 1
if you do a define it work XD
0
It is for reading variables from the keyboard in C, the equivalent of cin>> in C++ (I guess it should also work in C++).
0
thanx guys