Tell us the difference between these two :
#include"stdio.h"
#include<stdio.h>
define in detial.
Answer Posted / bipin chandra sai.s
hay there no difference between both of them both are same
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
What does double pointer mean in c?
What is typedef?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Why should I use standard library functions instead of writing my own?
What are the advantages and disadvantages of pointers?
Differentiate Source Codes from Object Codes
How can I get the current date or time of day in a c program?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
how logic is used
How will you divide two numbers in a MACRO?
Tell us bitwise shift operators?
Give differences between - new and malloc() , delete and free() ?
What is variable declaration and definition in c?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;