Tag: Code

c-string

[Solved] Undefined reference to strrev | Error Code in C

Got error “undefined reference to strrev” while coding in C? Or for any other string function. Runs fine on one of the system, not on other systems?

Code

Linked List Implementation using Array in C [Step-By-Step]

Linked list implementation using array in C code. Write a C program to implement linked list.