Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

2503


Ow can I insert or delete a line (or record) in the middle of a file?

953


What is #line?

1005


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

1095


Tell me what are bitwise shift operators?

1090


What is clrscr in c?

1073


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1815


What's the difference between constant char *p and char * constant p?

1089


Explain how many levels deep can include files be nested?

1025


What is p in text message?

934


Write a program to print ASCII code for a given digit.

1035


What is the difference between text and binary i/o?

997


What are data types in c language?

1011


What is the explanation for cyclic nature of data types in c?

1139


What are the applications of c language?

1011