adspace
how to check whether a linked list is circular.
Answer Posted / ishan
by checking whether link field in the last node contains the address of the first node.
Post New Answer View All Answers
Can you send Code for Run Length Encoding Of BMP Image in C Language in linux(i.e Compression and Decompression) ?
4485