Friday, October 16, 2020

Wednesday, October 14, 2020

,

System() function program in c

 In System library function in c use the command int system(const char *command) name or program name to the host environment and also executed command processor and returns the command after complete the task that is given in the c program. Parameters For System() function program in c :Command:- ...

Sunday, October 11, 2020

, ,

Example Program For Lab() Function In C Programming

 Lab() Function in c programming gives the absolute value of the integer and it return the absolute value of the long integer argument.Showing program will tell how you can use the LAB function in c programming.Example Program For  Lab() Function In C Programming Parameters:-Y − is a...

Sunday, October 4, 2020

, ,

fput() program in C programming language

 fput() function in c programming is a file string function which is used to print a string to the file.fput() function use two arguments pointer one of them is used for string and other one for file. A null terminated string pointed by str in to a file.A null character is not written into...

Saturday, October 3, 2020

Friday, October 2, 2020

, , ,

strchr function in c with program example

strchr example in cstrchr function in c programming find the first appearance of the character in the string. strchr function in c with program example    The character in c programming function can be null character (/0) and the ending null char. also include in this string search.  A...