Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Get data the way you want

    Fortran – Dynamic Arrays

    • Post author:S K S
    • Post published:October 19, 2021
    • Post category:Fortran
    • Post comments:1 Comment

    In this guide, we will discuss Fortran Dynamic Arrays. A dynamic array is an array, the size of which is not known at compile time, but will be known at execution time.…

    Continue ReadingFortran – Dynamic Arrays

    Euphoria – Sequences

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:0 Comments

    A sequence is represented by a list of objects in brace brackets { }, separated by commas. A sequence can contain both atoms and other sequences. For example − {2,…

    Continue ReadingEuphoria – Sequences

    Euphoria – Short Circuit Evaluation

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:1 Comment

    When a condition is tested by if, elsif, until, or while using and or or operators, a short-circuit evaluation is used. For example − if a < 0 and b > 0 then -- block of code…

    Continue ReadingEuphoria – Short Circuit Evaluation

    Euphoria – Flow Control

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:0 Comments

    Program execution flow refers to the order in which program statements get executed. By default, the statements get executed one after another. However; many times the order of execution needs…

    Continue ReadingEuphoria – Flow Control

    Euphoria – The for statement

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:0 Comments

    A for loop statement is a repetition control structure that allows you to efficiently write a loop that needs to execute a specific number of times. A for statement sets up a…

    Continue ReadingEuphoria – The for statement

    Euphoria – The loop until statement

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:1 Comment

    A loop...until the loop is similar to a while loops, except that a loop...until the loop is guaranteed to execute at least one time. Syntax The syntax of a loop...until is as…

    Continue ReadingEuphoria – The loop until statement

    Euphoria – while statement

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:1 Comment

    A while loops is a control structure that allows you to repeat a task a certain number of times. Syntax The syntax of a while loop is as follows −…

    Continue ReadingEuphoria – while statement

    Euphoria – Loop Types

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:5 Comments

    Looping is yet another most important aspect of any programming language. While writing your program, you may encounter a situation when you have to execute the same statement many times…

    Continue ReadingEuphoria – Loop Types

    Fortran – Location Functions

    • Post author:S K S
    • Post published:October 19, 2021
    • Post category:Fortran
    • Post comments:2 Comments

    In this guide, we will discuss Fortran Location Functions. The following table describes the location functions: FunctionDescriptionmaxloc(array, mask)It returns the position of the greatest element in the array array, if…

    Continue ReadingFortran – Location Functions

    Fortran – Manipulation Functions

    • Post author:S K S
    • Post published:October 19, 2021
    • Post category:Fortran
    • Post comments:2 Comments

    Manipulation functions are shift functions. The shift functions return the shape of an array unchanged, but move the elements. Sr.NoFunction & Description1cshift(array, shift, dim)It performs circular shift by shift positions…

    Continue ReadingFortran – Manipulation Functions
    • Go to the previous page
    • 1
    • …
    • 223
    • 224
    • 225
    • 226
    • 227
    • 228
    • 229
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP