Author name: Amlendra

I am an embedded c software engineer and a corporate trainer, currently, I am working as senior software engineer in a largest Software consulting company . I have working experience of different microcontrollers (stm32, LPC, PIC AVR and 8051), drivers (USB and virtual com-port), POS device (VeriFone) and payment gateway (global and first data).

Stringizing operator (#) in C

In this blog post, you will learn about the stringizing operator (#)  and it uses in C programming. Also, you will see some C programming examples of stringizing operators (#). So let’s first understand what is stringizing operator (#) in C?   What is the “stringizing” operator (#)? The  “stringizing” operator (#) converts macro parameters

Stringizing operator (#) in C Read More »

Radix Sort Algorithm

This blog post explains the Radix Sort Algorithm and its implementation using the C programming language. So before writing the C code for the Radix Sort let’s first understand the Radix Sort.   What is Radix Sort Algorithm: Radix sort is a non-comparative sorting algorithm. It avoids comparison by creating and distributing elements into buckets

Radix Sort Algorithm Read More »

counting sort algorithm

This blog post explains the counting Sort Algorithm and its implementation using the C programming language. So before writing the C code for the counting Sort let’s first understand the counting Sort.   What is counting Sort Algorithm: Counting sort is not a comparison sort algorithm. The counting sort is an efficient sorting algorithm that

counting sort algorithm Read More »

.NET Framework MCQ:  .NET Framework Multiple Choice Questions and Answers

.NET Framework MCQ with answers and explanations for placement tests and job interviews. These solved .NET Framework MCQ are useful for the campus placement for all freshers including Engineering Students, MCA students, Computer and IT Engineers, etc. Our .NET Framework MCQ ( .NET Framework multiple Choice Questions ) focuses on all areas of the .NET

.NET Framework MCQ:  .NET Framework Multiple Choice Questions and Answers Read More »