Author: Aniruddha Chaudhari

COA

11 Difference between Microprocessor and Microcontroller

What is the difference between microprocessor and microcontroller in points along with architecture diagram? It’s cost, complexity, speed, and example…

algorithm

3 Binary Tree Traversal Algorithm (Preorder, Inorder and Postorder)

What are the different types of Binary Tree Traversal Algorithms? Preorder, Inorder, and Postorder traversals are explained with examples and their uses.

Computer Network

How does Computer Network Work for Kids?

If you want to know how does computer network work. It is simple as any non-technical guy understand it, and also it is too complex as any technical expert understand it.

c-string

How to Write a code to implement strstr function in C?

Write a program to implement strstr function in C. Complete code explained about implementing string function strstr.

deadlock

Deadlock Interview Questions in OS Explained with Example

What are the deadlock interview questions asked? What is a deadlock in the Operating System? Different the necessary conditions, strategies, and types to handle deadlock.

array

Write a C Program to Implement Stack using Array

The stack can be implemented using array. Stack using array is the easiest way to understand, how stack actual work and Operations to be performed on Stack using array.

cpp

Write C/C++ Program to Reverse a Linked List without Recursion?

Write a C/C++ Program to Reverse a Linked List. Reverse the singly Linked List elements with or without recursion. Time Complexity explained in detail.

c-string

[Program] How to Check if Two Strings are Anagrams in C?

What is Anagram of the string? Write a program to check if two strings are anagrams in C? Complete code explained with examples.

Books

Recommended GATE Books for CSE | Get Excel in Computer Science

All the questions are more likely to be taken/referred from standard books. Here is the list of recommended GATE books for CSE that you must have.