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).

Agile Methodologies MCQ: Agile Methodologies Multiple Choice Questions

Agile Methodologies MCQ with answers and explanations for placement tests and job interviews. These solved Agile Methodologies MCQs are useful for the campus placement for all freshers including Engineering Students, MCA students, Computer and IT Engineers, etc. Our Agile Methodologies MCQ (Agile Methodologies Multiple Choice Questions ) focuses on various parts of the Agile Software […]

Agile Methodologies MCQ: Agile Methodologies Multiple Choice Questions Read More »

WordPress MCQ: WordPress Multiple Choice Questions and Answers

WordPress MCQ with answers and explanations for placement tests and job interviews. These solved WordPress MCQs are useful for the campus placement for all freshers including Engineering Students, MCA students, Computer and IT Engineers, etc. Our WordPress MCQ (WordPress Multiple Choice Questions ) focuses on various parts of WordPress CMS and its concept. It will

WordPress MCQ: WordPress Multiple Choice Questions and Answers Read More »

Adobe Lightroom MCQ: Adobe Lightroom Multiple Choice Questions and Answers

Adobe Lightroom MCQ with answers and explanations for placement tests and job interviews. These solved Adobe Lightroom MCQs are useful for the campus placement for all freshers including Engineering Students, MCA students, Computer and IT Engineers, etc. Our Adobe Lightroom MCQ (Adobe Lightroom Multiple Choice Questions ) focuses on various parts of the Adobe Lightroom

Adobe Lightroom MCQ: Adobe Lightroom Multiple Choice Questions and Answers Read More »

MCQ on QuickSort: Quicksort Multiple Choice Questions and Answers (MCQs)

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

MCQ on QuickSort: Quicksort Multiple Choice Questions and Answers (MCQs) Read More »

Insertion Sort Algorithm

This blog post explains Insertion Sort Algorithm and its implementation using the C programming language. So before writing the C code for the Insertion Sort Algorithm let’s first understand the Insertion Sort Algorithm.   What is Insertion Sort Algorithm: It is a simple sorting algorithm. In this algorithm, each iteration removes one element from the

Insertion Sort Algorithm Read More »

Selection Sort Algorithm

This blog post explains Selection Sort Algorithm and its implementation using the C programming language. So before writing the C code for the Selection Sort Algorithm let’s first understand the Selection Sort Algorithm.   What is Selection Sort Algorithm: Selection sort is an in-place comparison sorting algorithm. It has an O(n2) time complexity, which makes

Selection Sort Algorithm Read More »

Quickselect Algorithm: Quick Select Algorithm With Example Code

This blog post explains Quickselect Algorithm and its implementation using the C programming language. So before writing the C code for the Quickselect Algorithm let’s first understand the Quick select Algorithm.   What is Quickselect Algorithm: We can find the smallest element using the Quicksort algorithm by sorting the unsorted list. But it is not a good

Quickselect Algorithm: Quick Select Algorithm With Example Code Read More »

Quick Sort Algorithm

This blog post explains the Quick Sort Algorithm and its implementation using the C programming language. So before writing the C code for the Quick Sort let’s first understand the QuickSort algorithm. What is Quick Sort Algorithm: Quick Sort is one of the most popular sorting algorithms. Like the Merge Sort, QuickSort is also based

Quick Sort Algorithm Read More »