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
Why C language is a procedural language?
What is the use of static variable in c?
What is the maximum no. of arguments that can be given in a command line in C.?
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
What is c token?
What is the difference between malloc() and calloc() function in c language?
Explain the process of converting a Tree into a Binary Tree.
What is volatile, register definition in C
Can you think of a logic behind the game minesweeper.
Write a program to find the biggest number of three numbers in c?
How does placing some code lines between the comment symbol help in debugging the code?
Explain 'bit masking'?
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
What is ctrl c called?
What are header files why are they important?