how to make c program without a libary?
e.g.#include<stdio.h> libary is not in c progaram.
Answer Posted / sanjapu shiva
Library file contain the 'DEFINATION OF FUNTIONS 'which have
been declared inside headerfile.
Library file's are available inside lib directory.
so it is a pre processor directive.so we can use that some
syntaxs..#include"stdio.h" and #include<stdio.h> etc,..
So we can't write program without a libary.
| Is This Answer Correct ? | 5 Yes | 9 No |
Post New Answer View All Answers
What is c++ used for today?
What are file streams?
What is this infamous null pointer, anyway?
What is hashing in c language?
Why pointers are used?
Is there a built-in function in C that can be used for sorting data?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What is the size of empty structure in c?
Explain bit masking in c?
What are local static variables? How can you use them?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
Why is c known as a mother language?
When should a type cast be used?
What's the best way of making my program efficient?
Define Array of pointers.