Iqra Technology

C# Params

❮ Previous Next ❯ Params If you have been told to buy fruits for 100 rupees then you will have to find out which fruits you can buy based on your budget. In this scenario we do not know which fruits you will be buying hence you don’t know how many fruits you’ll need in […]

C# Params Read More »

C# Arrays

❮ Previous Next ❯ Arrays In simple terms, an array is a collection of elements of the same type, stored in contiguous memory locations, and each element can be accessed using an index. The index always starts from 0, meaning the first element is at index 0, the second at index 1, and so on.

C# Arrays Read More »

C# Function

❮ Previous Next ❯ Function In C#, a function is a block of code that performs a specific task or action. Functions in C# are used to organize code into reusable modules, which helps in reducing redundancy and improving code maintainability. A function in C# typically has a return type and a name and may

C# Function Read More »

C# Comments

❮ Previous Next ❯ Comments In C#, comments are non-executable statements used to make the code more understandable and maintainable. They are ignored by the compiler during code execution. Comments are a crucial part of writing clear and maintainable code, providing explanations and notes that help both the original developer and others who might work

C# Comments Read More »

C# Goto

HTML CSS Bootstrap JavaScript C# SQL Salesforce Admin Study Material Excel Tarining Live Session ✔ C# Tutorial C# History C# Features .Net Framework Introduction to IDE C# Example C# Program Excecution ✔ C# Basic C# Variables C# Identifiers C# Data Types C# Numeric C# Floating Point C# Math Class C# String C# Escape Sequence C#

C# Goto Read More »