C program to verify the integrity of a file with md5 checksum
Most of the times we downloaded some files from the internet, and we also see people provides … Read more
Most of the times we downloaded some files from the internet, and we also see people provides … Read more
The strcat() function appends the src string to the dest string, overwriting the terminating null byte (‘\0’) … Read more
If we want to see whether certain file exists or not before doing some operation like read/write … Read more
cuserid() returns a pointer to a string containing a username associated with the effective user ID of … Read more
Following program shows a sample example of how we can use C macros __FILE__ , __func__ and … Read more
Lets say we want to read the contents of some file and want to operate on these … Read more
Sometimes during complex programing, there are chances we make some mistakes during hurry to write and complete … Read more
The perror() function produces a message on standard error describing the last error encountered during a call … Read more
The MAC address is how machines on a subnet communicate. When machine A sends packets to another … Read more
Our ARM toolchain was extracted at “/home/devlab/Desktop/helloworld/assembly/gcc-arm-none-eabi-10-2020-q4-major/” hence lets first try to add this toolchain to terminal … Read more