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

Why C language is a procedural language?

785


What is the use of static variable in c?

785


What is the maximum no. of arguments that can be given in a command line in C.?

864


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

832


What is c token?

813






What is the difference between malloc() and calloc() function in c language?

800


Explain the process of converting a Tree into a Binary Tree.

2371


What is volatile, register definition in C

877


Can you think of a logic behind the game minesweeper.

2196


Write a program to find the biggest number of three numbers in c?

791


How does placing some code lines between the comment symbol help in debugging the code?

743


Explain 'bit masking'?

822


please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics

3074


What is ctrl c called?

771


What are header files why are they important?

791