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
What is the best way to store flag values in a program?
why we wont use '&' sing in aceesing the string using scanf
What is the difference between the local variable and global variable in c?
What is the use of header files?
how to build a exercise findig min number of e heap with list imlemented?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Discuss the function of conditional operator, size of operator and comma operator with examples.
What is indirection? How many levels of pointers can you have?
What are the loops in c?
Explain what are linked list?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
What is wrong with this code?
What is sizeof int in c?
What is an endless loop?