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


Please Help Members By Posting Answers For Below Questions

List out few of the applications that make use of Multilinked Structures?

1305


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1203


What is formal argument?

652


Explain what is the benefit of using #define to declare a constant?

610


How many types of sorting are there in c?

614






What are the uses of null pointers?

590


Which is the best website to learn c programming?

584


What is stack in c?

615


Can true be a variable name in c?

560


What is #include stdlib h?

616


Do string constants represent numerical values?

925


What is the use of getch ()?

638


What is a constant and types of constants in c?

604


C language questions for civil engineering

1245


Can we declare variable anywhere in c?

537