aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • C Programming Fundamentals
  • What do you mean by Printf function in C language?
Multiple choice

What do you mean by Printf function in C language?

  1. Print the program

  2. Input function

  3. Output function

  4. Scan the document

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

 This is correct option because in C language, Printf function means output function.

Keep practicing — related questions

  • What do you mean by Scanf function in the C language?
  • Which of the following is the correct printf() statement in Java?
  • printf("%d",printf("What this will print"));
  • Which are the single character input/output functions in C language?
  • What will be the output of the following function? main() { int i; printf(%d,scanf(%d,&i)); // value 10 is ...
  • What will be the output of the following C code? void main() { printf(Hello ); printf(World); }
  • What will this piece of C code print on the screen?Printf (“hello world”); /*this is a comment Printf (“hel...
  • Find out the output of the given program or error if any. Int main() { printf(Hello from main,); int inside...
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