Debugging using C macros __FILE__ and __func__ and __LINE__
Following program shows a sample example of how we can use C macros __FILE__ , __func__ and … 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