Knowledge in GATE CSE

C++ programming

C++ is a general-purpose object-oriented programming (OOP) language, developed by Bjarne Stroustrup, and is an extension of the C language. It is therefore possible to code C++ in a "C style" or "object-oriented style." In certain scenarios, it can be coded in either way and is thus an effective example of a hybrid language. C++ is considered to be an intermediate-level language, as it encapsulates both high- and low-level language features. Initially, the language was called "C with classes" as it had all the properties of the C language with an additional concept of "classes." However, it was renamed C++ in 1983.

Enumeration, Autoboxing and Annotation

This course talks about enum in java, along with Autoboxing and Annotation. It forms a part of Advanced java, and see this notes only if you have a query or want to understand enum, and have finished your pre-requisites.

C++ Streams

we have been using the iostream standard library, which provides cin and cout methods for reading from standard input and writing to standard output respectively. This tutorial will teach you how to read and write from a file. This requires another standard C++ library called fstream, which defines three new data types − Sr.No Data Type & Description 1 ofstream This data type represents the output file stream and is used to create files and to write information to files. 2 ifstream This data type represents the input file stream and is used to read information from files. 3 fstream This data type represents the file stream generally, and has the capabilities of both ofstream and ifstream which means it can create files, write information to files, and read information from files.

GATE PAPER with Solutions

This file is containing a solved Question Paper of 2016. just go through it to get good knowledge about aptitude question asked in this question paper with solution. please try to read all the files i've uploaded for GATE to get good score.

GATE PAPER with Solutions

hey aspirants , this is the answer key of GATE 2018 which contains all related answer to subject. All aspirants are requested to read this article once to get proper idea of Gate Paper. thank you.

GATE PAPER with Solutions

This pdf contains solutions of GATE Examinations which is held in 2019 , all the students who want to prepare for Upcoming Gate Examination which is to be held in upcoming feb should read this article to get a proper idea to approach towards gate examination.

Infosys Previous Year Question Paper Set 2

This Question paper contained question asked in Infosys Hiring test. Solution is provided with questions.

Infosys Previous Year Question Paper Set 3

This PDf has question asked in infosys hiring paper. Type of questions are aptitude , reasoning etc.

Infosys Previous Year Question Paper Set 5

This PDF conatians question asked in last years infosys hiring exams.

8085 MICROPROCESSOR INSTRUCTION SET PRACTICES QUESTIONS WITH SOLUTION

This pdf consist of 8085 microprocessor instruction questions with detailed explanation and solution. It covers almost all instruction set related questions and their solution.

DATA LOGIC AND DESIGN BASIC QUESTIONS AND ANSWERS

This is assignment questions and answers of data logic and design. This include basic topic related to DLD and useful for GATE and basic concept

DATA LOGIC AND DESIGN COMBINATIONAL CIRCUITS

This is PDF of data logic and design combinational circuits and it covers all basic topic important for gate and other exam. It also include example questions with schematic diagrams.Useful for both CSE and ECE student.