Join Regular Classroom : Visit ClassroomTech

codewindow

HackWithInfy 2021: Infosys Coding Contest for 2022 batch

Infosys Limited is an Indian multinational technology company that provides business consulting, information technology and outsourcing services. The company is headquartered in Bangalore, Karnataka, India. What is HackWithInfy 2021? It’s a Competitive Coding Contest organized by Infosys. The program is specially designed to inculcate the culture of rapid problem-solving and innovative thinking early in academic […]

HackWithInfy 2021: Infosys Coding Contest for 2022 batch Read More »

Function in C

Function Introduction No Argument No Return Type No Argument With Return Type Concept of Call by Value and Call by Address/ Reference in C With Argument No Return Type With Argument With Return Type Call By Address Previous Next Function Introduction No Argument No Return Type No Argument With Return Type Concept of Call by

Function in C Read More »

PHP and MySQL

Mostly Asked Project Questions on PHP 1. What is your project topic?Ans. Tell your Project Topic in brief in two or three lines. 2. Why your project is unique from others?Ans. It is a very common question in most of the interviews. Mind it, the interviewer is focusing on listening to some different features that

PHP and MySQL Read More »

SQL Syntax

SQL is followed by unique set of rules and guidelines called Syntax. This tutorial gives you a quick start with SQL by listing all the basic SQL Syntax: All the SQL statements start with any of the keywords like SELECT, INSERT, UPDATE, DELETE, ALTER, DROP, CREATE, USE, SHOW and all the statements end with a

SQL Syntax Read More »

Java Interview Questions

Q1. What is Encapsulation?Answer Encapsulation provides objects with the ability to hide their internal characteristics and behavior. Each object provides a numberof methods, which can be accessed by other objects and change its internal data. In Java, there are three access modifiers: public, private and protected. Each modifier imposes different access rights to other classes, either

Java Interview Questions Read More »