what is the difference between <stdio.h> and "stdio.h"
Answer Posted / bathakarai
The preprocessor <stdio.h> means that the directory is
predefined one.
but we specify "stdio.h" in their program that indicates
that the preprocessor is an userdefind one
| Is This Answer Correct ? | 26 Yes | 3 No |
Post New Answer View All Answers
Who is the main contributor in designing the c language after dennis ritchie?
while initialization of array why we use a[][2] why not a[2][]...?
how do you execute a c program in unix.
What is zero based addressing?
Can you please explain the difference between malloc() and calloc() function?
What is a macro?
What are multibyte characters?
How old is c programming language?
What are the preprocessor categories?
Explain what standard functions are available to manipulate strings?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Explain the difference between exit() and _exit() function?
Does c have function or method?
When was c language developed?
What happens if header file is included twice?