• 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

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

Stock Buy Sell to Maximize Profit

Linked List V/S Binary Search Tree

How Radix sort works

Regular Expression Matching

Find if a binary tree is height balanced ?

Level order traversal in Spiral form

Puzzle : 100 doors in a row Visit and Toggle the door. What state the door will be after nth pass ?

Leetcode: Merge Intervals

VMWare SDEII Interview

Find the kth number with prime factors 3, 5 and 7

Given Set of words or A String find whether chain is possible from these words or not

Check a String is SUBSEQUENCE of another String Find Minimum length for that ( DNA Matching )

Trie Dictionary

Leetcode: Edit Distance

Amazon Interview On-Campus For Internship – 1

Given a string, find the first character which is non-repetitive

Convert Decimal to Roman numbers / Romanizer HackerEarth Code

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 ?

Common Ancestor in a Binary Tree or Binary Search Tree

SAP Off Campus Hiring_ March 2015 Analytical Aptitude

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

Word Break Problem

Generate next palindrome number

C++ OOPs Part2

Practo Hiring Experience

Find min element in Sorted Rotated Array (With Duplicates)

simple sql injection

Singly linked list

Sort an array according to the order defined by another array

Copyright © 2026 · Genesis Framework · WordPress · Log in