Given two matrices, the task is to multiply them. Matrices can either be square or rectangular: Examples: (Square Matrix Multiplication) Input: mat1[m][n] = { {1,… Read More
Given a number n and a value k, turn off the kth bit in n. Please note that k = 1 means the rightmost bit.… Read More
Given an array, find the largest element in it. Input : arr[] = {10, 20, 4}Output : 20 Input : arr[] = {20, 10, 20,… Read More
Given an array, find the largest element in it. Input : arr[] = {10, 20, 4} Output : 20 Input : arr[] = {20, 10,… Read More
Given an array arr of size N, the task is to find the largest element in the given array. Example: Input: arr[] = {10, 20,… Read More
Given an array arr[] of size N, the task is to find the largest element in the given array. Examples: Input: arr[] = {10, 20,… Read More
Given an array of strings in which all characters are of the same case, write a C function to sort them alphabetically. The idea is… Read More
Anudeep Nekkanti embodies the old adage – there is no substitute for talent. The 21-year-old coder from Samalkot (a small town near Vishakhapatnam) has landed… Read More
This is an account of my recent interview experience with Amazon. My process started off at one their hiring drives. It was a tiresome process… Read More
1st Telephonic round After few project and introduction related question. Write a program to find an element in sorted and rotated array. Write a program… Read More
Write a C language code that prints GeeksforGeeks without any main function. Logically it’s seems impossible to write a C program without using a main()… Read More
I attended a hiring event for Amazon in world trade center in bangalore. First round was coding test (Written round) : 1. Given a string… Read More
Most Asked Questions K largest elements from a big file or array. Find a triplet a, b, c such that a2 = b2 + c2.… Read More
Write a code which inputs two numbers m and n and creates a matrix of size m x n (m rows and n columns) in… Read More
1) What is/are your favorite subject(s)? There may be many questions on the subject told. 2) Differences between C and C++. 3) What is include… Read More