Programming Languages Survey
23 articles in this topic

Functions in C: 12 Solved MCQs on Declarations, Definitions and Function Types
Separate a C function's prototype, body and call, then practise the details through 12 explained questions covering parameters, return values and linking.

Visual Basic Programming Language: Core Concepts with a Worked VB.NET Example
Connect VB.NET syntax to a real Windows Forms event. Build and trace an invoice calculator that validates text input, applies a discount, and displays the exact result.

Object-Oriented Programming (OOP): Four Pillars and a Worked Dynamic-Binding Example
Build a precise OOP mental model, then follow two Employee objects through a Java program to see overloading, overriding and runtime dispatch in action.

Java Distributed Technologies: RMI, JDBC, JMS and Two Worked Exam Traces
Build one coherent model of Java distributed APIs, then solve a lost RMI reply and a two-client JDBC stock race using exact traces.

JavaScript Basics: Types, Functions, Arrays and Async Code with Worked Examples
Build a reliable JavaScript mental model by tracing values, closures, arrays, object copies and queued work. A complete three-record example verifies every total.

Programming Languages for GATE: C Syllabus Areas, Weightage Pattern and Prep Order
Build a bounded C preparation map, calculate topic shares from your own PYQ audit, and practise two fully worked traces before following a 14-day study order.

Language Design in Programming Languages: Syntax, Types, Scope and a Worked Evaluation
Trace one expression from source text to a value, then compare the design rules that make scope, typing, evaluation and mutation behave differently.

HTML Basics: Complete Guide to Tags, Structure and a Worked Web Page
Learn what HTML elements mean, how a valid document fits together, and how to build and audit a complete profile page with fixed, traceable markup.

Java Programming Language: Core Syntax, OOP and a Worked Result Analyser
Build a dependable Java mental model, then trace a complete result analyser from its source file to its exact output. OOP, strings, exceptions and collections all come back to the same five marks.

C++ Programming: Complete Guide to Core Concepts with Worked Examples
Build a connected mental model of C++ through exact traces for references, pointers, virtual dispatch and STL operations, then learn how to check common traps.

Object Oriented Technology Explained: Four Pillars, Worked Java Examples, GATE and Interview Patterns
Build object oriented technology on one running Java example. Learn the four pillars, trace exact outputs, and separate overloading from overriding.