what is difference between #include<stdio.h> and
#include"stdio.h"
Answer Posted / jeke kumar gochhayat
in #include<stdio.h> , stdio.h is a predefined header file
in the include directory.
but in #include"stdio.h" is a userdefined header files
but functions are same
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What are the advantages and disadvantages of a heap?
What is union and structure in c?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
Explain high-order bytes.
What are the types of variables in c?
What is nested structure in c?
In a switch statement, what will happen if a break statement is omitted?
How many bytes are occupied by near, far and huge pointers (dos)?
What are control structures? What are the different types?
Explain how can I prevent another program from modifying part of a file that I am modifying?
What is p in text message?
What library is sizeof in c?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
i have a written test for microland please give me test pattern