• 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

Unix

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

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 if two rectangles overlap

SAP Off Campus Hiring_ March 2015 Analytical Aptitude

Binary Tree in Java

Calculate price of parking from parking start end time prices

Maximum occurred Smallest integer in n ranges

Trie Dictionary

ADOBE Aptitude C Language Test

Sequence Finder Dynamic Programming

Find the number ABCD such that when multipled by 4 gives DCBA.

Subset Sum Problem Dynamic programming

flattens 2 D linked list to a single sorted link list

simple sql injection

Coin Collection Dynamic Programming

Possible sizes of bus to carry n groups of friends

Skiing on Mountains Matrix

Connect n ropes with minimum cost

Print vertical sum of all the axis in the given binary tree

Mirror of Tree

Get Minimum element in O(1) from input numbers or Stack

DFS (Depth First Search)

Leetcode: Edit Distance

Find position of the only set bit

Maximum sum contiguous subarray of an Array

Walmart Labs Interview Experience

Password Predictor

Printing each word reverse in string

Length of the longest substring without repeating characters

Level order traversal in Spiral form

VMWare SDEII Interview

Minimum insertions to form a palindrome

Copyright © 2025 · Genesis Framework · WordPress · Log in