• Skip to primary navigation
  • Skip to content
  • Skip to primary sidebar
  • Skip to secondary sidebar

GoHired

Interview Questions asked in Google, Microsoft, Amazon

Join WeekEnd Online Batch from 4-April-2020 on How to Crack Coding Interview in Just 10 Weeks : Fees just 20,000 INR

  • Home
  • Best Java Books
  • Algorithm
  • Internship
  • Certificates
  • About Us
  • Contact Us
  • Privacy Policy
  • Array
  • Stack
  • Queue
  • LinkedList
  • DP
  • Strings
  • Tree
  • Mathametical
  • Puzzles
  • Graph

c

Apriori algorithm C Code Data Mining

November 29, 2015 by Dhaval Dave

Apriori Algorithm  is an algorithm for data mining of frequent data set and association rule learning over transactional databases. It identifies the frequent individual items in the database for example, collections of items bought by … Read More

Filed Under: Algorithm, Data Mining, Interview Questions, problem Tagged With: c

Client Server C program

November 28, 2015 by Dhaval Dave

Today we are going to show you to write simple C level Client – Server Networking & Communication program. This Program and methods are base to create any communication software like whatsapp, fb chat or … Read More

Filed Under: Interview Questions, problem Tagged With: c

FizzBuzz Solution C C++

May 19, 2015 by Dhaval Dave

Write a program that prints the numbers from 1 to 100. But for multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”. For numbers which are multiples … Read More

Filed Under: Adobe Interview Questions, Hacker Earth Questions, Interview Questions, Microsoft Interview Questions, problem Tagged With: c, Mathematical

C Program for TAIL command of UNIX

April 27, 2015 by Dhaval Dave

/*
* usage: myTail [-n] [<filename>] */

#include <stdio.h>
#include <stdlib.h>

#define MAX_LINE_LEN 1024
#define DEFAULT_N 10

int main(int argc, char *argv[]) {
char **tail;
int count = DEFAULT_N, n, i, headX = 0, tailX 
… Read More

Filed Under: Adobe Interview Questions, Interview Questions, problem Tagged With: c, Unix

How strtok() Works

April 13, 2015 by Dhaval Dave

strtok() : Split string into tokens
Syntax :

char * strtok ( char * str, const char * delimiters );

Parameters
str C string to truncate.Notice that this string is modified by being broken into … Read More

Filed Under: Adobe Interview Questions, problem Tagged With: c, string

Templates in C++

November 5, 2014 by Dhaval Dave

A template is a blueprint or formula for creating a generic class or a function. The library containers like iterators and algorithms are examples of generic programming and have been developed using template concept.

example

… Read More

Filed Under: Adobe Interview Questions, Interview Questions, Microsoft Interview Questions, problem Tagged With: c

Interfaces in C++ (Abstract Classes in C++)

November 5, 2014 by Dhaval Dave

Capabilities of a C++ class without committing to a particular implementation of that class.
The C++ interfaces are implemented using abstract classes

A class is made abstract by declaring at least one of its functions

… Read More

Filed Under: problem Tagged With: c

C++ OOPs Part2

November 5, 2014 by Dhaval Dave

Polymorphism & Overloading

Polymorphism 

Polymorphism occurs when there is a hierarchy of classes and they are related by inheritance.

C++ polymorphism means that a call to a member function will cause a different function to

… Read More

Filed Under: problem Tagged With: c

C++ OOPs Part1

November 5, 2014 by Dhaval Dave

ABSTRACTION , INHERITANCE , ENCAPSULATION

ABSTRACTION :  

Data abstraction refers to, providing only essential information to the outside world and hiding their background details
Any C++ program where you implement a class with public

… Read More

Filed Under: problem Tagged With: c

ADOBE Aptitude C Language Test

March 21, 2014 by Dhaval Dave

ADOBE Aptitude C Language Written Test

Section 1 : Adobe Aptitude .
Section 2 : Adobe C Language and WAP.
Adobe Aptitude Questions

Before Starting to prepare for Aptitude and C language test MOST IMPORTANT TO READ   is Adobe Interview Experience
… Read More

Filed Under: Adobe Interview Questions Tagged With: c

Primary Sidebar

Join WeekEnd Online/Offline Batch from 4-April-2020 on How to Crack Coding Interview in Just 10 Weeks : Fees just 20,000 INR

Join WeekEnd Online/Offline Batch from 4-April-2020

WhatsApp us

Secondary Sidebar

Custom Search

  • How I cracked AMAZON
  • LeetCode
  • Adobe
  • Amazon
  • Facebook
  • Microsoft
  • Hacker Earth
  • CSE Interview

Top Rated Questions

Find loop in Singly linked list

building with N steps, we can take 1,2,3 steps calculate number of ways to reach at top of building

Find an index i such that Arr [i] = i in array of n distinct integers sorted in ascending order.

Stock Buy Sell to Maximize Profit

Flipkart SDET Interview Experience

Possible sizes of bus to carry n groups of friends

Given array of 0’s and 1’s. All 0’s are coming first followed by 1’s. find the position of first 1

Python Array String

SAP Off Campus Hiring_ March 2015 Sample Questions

Level order traversal in Spiral form

Reliance Jio Software Developer Interview Experience

Search element in a matrix with all rows and columns in sorted order

Difference between a LinkedList and a Binary Search Tree BST

Given a sorted array and a number x, find the pair in array whose sum is closest to x

Count Possible Decodings of a given Digit Sequence

N Petrol bunks or City arranged in circle. You have Fuel and distance between petrol bunks. Is it possible to find starting point so that we can travel all Petrol Bunks

Print all nodes that are at distance k from a leaf node

Password Predictor

Find min element in Sorted Rotated Array (With Duplicates)

N teams are participating. each team plays twice with all other teams. Some of them will go to the semi final. Find Minimum and Maximum number of matches that a team has to win to qualify for finals ?

Closed Parentheses checker

Amazon Interview Experience – SDE Chennai

DFS (Depth First Search)

Connect n ropes with minimum cost

Fibonacci Hashing & Fastest Hashtable

Printing each word reverse in string

Right view of Binary tree

Find Percentage of Words matching in Two Strings

Best Java Book | Top Java Programming Book for Beginners

Find shortest distances between every pair of vertices ( Dynamic Programming Floyd Warshall Algorithm)

Copyright © 2025 · Genesis Framework · WordPress · Log in