It’s been 3+ years I am working on Angular. I have used so many third-party libraries in different Angular projects.…
Flexible Array Member In C Flexible array member is special type of array whose dimension are unspecified. Syntax- <data_type> array_name[];…
Annotations introduced in jdk 1.5 version. Basically, this feature is introduced for the replacement of XML configurations file which we…
This post will provide a brief introduction on how to use GDB & its commands. GDB GDB is GNU debugger…
The dynamic memory allocation is a very important concept of C programming, which will give facility to allocate/de-allocate memory at…