Tell us the difference between these two :
#include"stdio.h"
#include<stdio.h>
define in detial.

Answer Posted / arif

"stdio.h" C compiler-preprocessor search the header file in the current directory
<stdio.h> C preprocessor search the header file in all the directories

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does sizeof int return?

596


which is an algorithm for sorting in a growing Lexicographic order

1403


Write a program on swapping (100, 50)

640


The statement, int(*x[]) () what does in indicate?

649


What is the difference between pure virtual function and virtual function?

656






What is a program flowchart and explain how does it help in writing a program?

682


What is indirection in c?

631


What are the types of data types and explain?

675


Explain how can you tell whether a program was compiled using c versus c++?

582


Explain the difference between call by value and call by reference in c language?

651


What is the default value of local and global variables in c?

563


Why c is called object oriented language?

592


What is the collection of communication lines and routers called?

616


What is the difference between formatted&unformatted i/o functions?

620


Where are c variables stored in memory?

601