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 are keywords in c with examples?
Can you please explain the scope of static variables?
Explain low-order bytes.
Is linux written in c?
What is c language and why we use it?
Why c is called top down?
Difference between malloc() and calloc() function?
Why can't I perform arithmetic on a void* pointer?
c language interview questions & answer
What is difference between %d and %i in c?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
Explain what are run-time errors?
How do you print only part of a string?
What is a pointer on a pointer in c programming language?
Differentiate between ordinary variable and pointer in c.