aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • C Programming Language Quiz 2
  • To include a header file in a C program:
Multiple choice c

To include a header file in a C program:

  1. #include "stdio.h"

  2. #include <stdio.h>

  3. Both correct

  4. Both wrong

Reveal answer Fill a bubble to check yourself
A Correct answer

Keep practicing — related questions

  • consider the following C code int main() { printf("Hello world"); } Will this code compile?
  • In 'C', header files are declared in ___________ section.
  • Which of the following is not the valid header file?
  • Which of the following header files is not used in C language?
  • How do you include a system header file called sysheader.h in a C source file?
  • A user defined header file myheader.h is saved at root directory. Write pre-processor directives to include...
  • What header file should be included if you are to develop a function that can accept variable no. of argume...
  • The header file which includes stdarg.h is_____________
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy