Multiple choice In C programing, scanf function is not used to for string datatype because it cannot take a string it cannot take a space character it is used only for numerical values it takes only float datatype it take only int datatype Reveal answer Fill a bubble to check yourself B Correct answer Explanation Scanf terminates at space character so it is not used for string/Array. get(a) is the right choice for the purpose.