English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

what are the functionas that i can use using the header file string.h

2006-08-23 14:53:40 · 3 answers · asked by odina a 1 in Computers & Internet Programming & Design

3 answers

Take a look at

http://www.cs.cf.ac.uk/Dave/C/node19.html

You can also look at your string.h file directly to see what functions are listed.

2006-08-23 15:09:13 · answer #1 · answered by rscanner 6 · 0 0

header records are like a time-honored library the place the definitions of a few applications are defined and saved. ex: create a function sum() sum() { int a, b, c; c=a+b; } if i save this code in a record addition.h now each and every time i write a prog and prefer to apply sum() i only could comprise addition.h and interior the code call this function as sum(); no would desire to write down function definition interior the code itself. c makes use of stdio.h ability time-honored enter output. the place u would desire to print output and choose some information to flow into it includes definitions of words like printf, scanf and so on ex: printf("enter a selection"); scanf("%d", &a); conio.h for console enter output. ability for exhibiting output on show screen and for taking enter from keyboard. contais definition of applications like clrscr(), getch() and so on

2016-11-05 12:04:15 · answer #2 · answered by dopico 4 · 0 0

it as all the manupulation function

strlen() string length
strcat() " concat

strcmp comparision

strrev() reverse

and so on

2006-08-23 23:26:37 · answer #3 · answered by allen ravi 2 · 0 0

fedest.com, questions and answers