TODAY JAVA SCHOOL

In java school, programming, design, computer general knowledge, web application, software, web services, social media, digital marketing, oops, concept of programming language, oops feature, console media, graphics medium, first programming, c, c ++ , Java, PHP, SQL, MySQL, HTML, HTML_5, J_query, JavaScript, Bootstrap, Framework, images with logos, examples, shared and explained.

https://www.amazon.in/b?node=26373545031&linkCode=ll2&tag=1234567801cdb-21&linkId=3b9882431b00409b44141e0344b35a15&language=en_IN&ref_=as_li_ss_tl

Breaking

Monday, 11 May 2020

Library Function In C Language | Library Function In C Language In Hindi

 Library Function In C Language


There are two type of library in c language and they are:

   1.    Standard Library In C
   2.    User  Define Library
     
    
download  image of library function in c language

Fig: Library function in C language 

    1.    Standard Library In C

C Standard library function are inbuilt function in c programming. The Prototype and data definition of these function are present in their respective header file. To use the function we need to include header file in our program . Header file extension name is .h which  we use in program when we add header file.

Syntax:

#include< header file name>

Example:

#include<stdio.h>
#include<conio.h>
#include<ctype.h>
#include<math.h>
#include<string.h>
#include<signal.h>
#include<dos.h>
#include<bios.h>
#include<assert.h>
#include<graphic.h>

   2.   User Define  Library

  User define header file are used by user in the program to built the program .




No comments:

Post a Comment