Sunil Kumar YadavSep 19, 202113 min readgprof: How To Use GNU Profiling Tool?Efficiency in software engineering is associated with reliability, speed, and programming methodology used in developing software for an...
Sunil Kumar YadavAug 28, 20212 min readWhy you should use strncmp over strcmp?The standard library provides many useful functions to ease the job of software engineers. Usually, the standard library provides library...
Sunil Kumar YadavMay 13, 20216 min readUnit Testing without Requirements!As discussed in my earlier articles, software is not just an hidden component within a product but it is the component which distinguish...
Sunil Kumar YadavJan 29, 20215 min readPitfalls Of Using Native Compiler For Embedded software TestingAs modern technology progresses, newer generation of microcontrollers/microprocessors are getting smaller in size and more powerful with...