Algorithms_in_C
1.0.0
Set of algorithms implemented in C.
|
Program to calculate length of string. More...
#include <assert.h>
#include <string.h>
Functions | |
int | length (const char *str) |
Returns the length of string. More... | |
static void | test () |
Test function. More... | |
int | main () |
Driver Code. More... | |
Program to calculate length of string.
int length | ( | const char * | str | ) |
int main | ( | void | ) |
Driver Code.
|
static |
Test function.