• 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

CodeChef Code SGARDEN

Binary Tree in Java

flattens 2 D linked list to a single sorted link list

Convert number to words java

Find next greater number with same set of digits

Check if an array has duplicate numbers in O(n) time and O(1) space

C++ OOPs Part2

LeetCode : Word Search

Closed Parentheses checker

Fibonacci Hashing & Fastest Hashtable

Count number of ways to reach a given score in a game

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

write a c program that given a set a of n numbers and another number x determines whether or not there exist two elements in s whose sum is exactly x

Leetcode: Edit Distance

robot standing at first cell of an M*N matrix. It can move only in two directions, right and down. In how many ways, it can reach to the last cell i.e. (M, N) Code it

Level order traversal in Spiral form

Stickler thief

1014 Practice Question of New GRE – Princeton

Flipkart Set 1 On Campus with Answers

Amazon Interview Experience – SDE Chennai

Check Binary Tree is Binary Search Tree or not

Knight Tour Problem (Graph – Breadth First Search)

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

Generate largest number arranging a no. of given non negative integer numbers

The Magic HackerEarth Nirvana solutions Hiring Challenge

Code Chef PRGIFT Solution

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

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

SAP Off Campus Hiring_ March 2015 Verbal Skills

TicTacToe Game As Asked in Flipkart

Copyright © 2026 · Genesis Framework · WordPress · Log in