aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Programming, Data Structure & Algorithm - 1
  • The scanf function returns
Multiple choice

The scanf function returns

  1. integer

  2. number of values which it reads

  3. both the above

  4. none of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

null

Keep practicing — related questions

  • What do you mean by Scanf function in the C language?
  • main(){ int i=5; char c; scanf ("%d", &c); printf("Here"); printf ("%d ", i);}For scanf in standard input t...
  • For the statement 'scanf(“%3d %3d %3d”,&a,&b,&c)'; if the input value is 1234 5678 9, then the assignments ...
  • See the code below and select the correct answer: #include main() { int i; printf ("enter integer: "); scan...
  • In C programing, scanf function is not used to for string datatype because
  • What would be the result of the following statement in C? printf(n %d,4%3)
  • what will be the output?? int main(int c) c=1; while(1); c++; printf("%d",++c); return 0; }
  • Note the following code and then select the correct answer: #include main() { int i; printf ("enter integer...
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Programming Fundamentals (2381 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy