Skip to content
Gblog 100 Days of Code – A Complete Guide For Beginners and Experienced
Do you want to become a successful software developer and dreaming about getting into the big tech companies? Are you someone who is already working… Read More
Prerequisite: HTTP Non-Persistent & Persistent Connection – Set 1 For question point of view you need to know that Non-persistent connection is known as HTTP… Read More
Instance variable: As we all know that when the value of variable is varied from object to object then that type of variable is known… Read More
In circuit switching network resources (bandwidth) are divided into pieces and bit delay is constant during a connection. The dedicated path/circuit established between sender and… Read More
Prerequisite : Predicates and Quantifiers Set 1, Propositional Equivalences Logical Equivalences involving Quantifiers Two logical statements involving predicates and quantifiers are considered equivalent if and… Read More
Find the output of the program public class GFG {     public static void main(String[] args) {     char x = 'X';     int i = 0;     System.out.print(true… Read More
Given an array with n distinct elements. An array is said to be almost sorted (non-decreasing) if any of its elements can occur at a… Read More
Round-1 The first round comprised of 10 MCQ questions including C, JAVA output questions and technical portions. 2 Coding questions. One of the coding questions… Read More
Given a Linked List of length n and block length k rotate in a circular manner towards right/left each block by a number d. If… Read More
Find the output of the program public class Multicast {     public static void main(String[] args) {     System.out.println((int) (char) (byte) -1);     } } This program is… Read More
Given a matrix containing lower alphabetical characters only, we need to print all palindromic paths in given matrix. A path is defined as a sequence… Read More
Zoho had visited our college to recruit software developers. There were two types of salary package offered and also internships. These were the rounds: Round… Read More
Puzzle | Something for the Marmalade : A little girl I know sells oranges from door to door. One day while on her rounds she… Read More
You are given an isosceles (a triangle with at-least two equal sides) right angle triangle with base b, we need to find the maximum number… Read More
Prerequisite: Shift operators Q.1 What Is The Output Of this program? #include <stdio.h> int main() {     unsigned int i = 0x80;     printf("%d ", i <<… Read More
Prerequisite : while loop in Java 1. What will be the output for the following program? class Test { public     static void main(String[] args)     {… Read More

Start Your Coding Journey Now!