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

Answer Posted / subrata kumer paul.

<stdio.h> searches in standard C library locations, whereas
"stdio.h" searches in the current directory as well.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a local variable be volatile in c?

571


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

1792


why wipro wase

1819


Why should I use standard library functions instead of writing my own?

665


What is the difference between arrays and pointers?

624






What is the difference between c &c++?

640


write a program to print data of 5 five students with structures?

1598


Differentiate between a for loop and a while loop? What are it uses?

658


What is union and structure?

565


Write a code to determine the total number of stops an elevator would take to serve N number of people.

720


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

645


What is the meaning of 2d in c?

600


How do you list a file’s date and time?

620


How can I sort a linked list?

628


With the help of using classes, write a program to add two numbers.

610