what is the difference between <stdio.h> and "stdio.h"

Answer Posted / bathakarai

The preprocessor <stdio.h> means that the directory is
predefined one.

but we specify "stdio.h" in their program that indicates
that the preprocessor is an userdefind one

Is This Answer Correct ?    26 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is boolean a datatype in c?

537


Explain how can you be sure that a program follows the ansi c standard?

852


Explain the use of bit fieild.

702


What does %d do?

708


When should you use a type cast?

583






What does %p mean?

584


What is the explanation for the dangling pointer in c?

669


Explain can the sizeof operator be used to tell the size of an array passed to a function?

587


What is sizeof int in c?

594


what are the different storage classes in c?

656


What are the back slash character constants or escape sequence charactersavailable in c?

676


What is the use of pointers in C?

610


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

613


How is actual parameter different from the formal parameter?

584


A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile

634