How to Write a code to implement strstr function in C?
Before implementing strstr function, first thing, you need to understand strstr function. What does strstr function do? What are its uses? What is strstr function in...
Write a C Program to Implement Stack using Array
The stack is first in last out data structure to store the elements. Elements are accessed by push pop operations. Push operation adds a new element in the stack at the top,...
Write C/C++ Program to Reverse a Linked List without Recursion?
The linked list is the crucial data structure that contains a list of the nodes. Each node has a data variable to store data and a node pointer to point next node in the linked...
IBM ISDL Interview Questions and Placement Paper | On Campus
I am sharing my experience about IBM ISDL interview questions, placement papers, online written test. The profile offered was IBM ISL/IBM ISDL. IBM placement papers consist of...
[Program] How to Check if Two Strings are Anagrams in C?
Before writing code to check if two strings are anagrams in C, let's understand- what is the anagram of the string? What is Anagram of the string? An anagram of the...
Recommended GATE Books for CSE | Get Excel in Computer Science
I get lots of request from CS students for asking recommended books for CSE. And it is never-ending doubt. Many frantically end up without any concrete books. So in this post, I...
Coupon Dunia Interview Questions and Placement Paper
I am sharing Coupon Dunia Interview Questions and my experience about Coupon Dunia placement paper. First of all, I didn’t get the offer from Coupon Dunia. But I would like to...
Numerify Interview Questions and Answers | Online Test
I am sharing Numerify Interview Questions and my experience about Numerify placement. First of all, I didn't get an offer from this Numerify. But I would like to share whatever...