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
  • Author: S K S

    This author has written 1787 articles
    1. Home>
    2. S K S>
    3. Page 54

    Fortran – Intrinsic Functions

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

    In this guide, we will discuss Fortran Intrinsic Functions. Intrinsic functions are some common and important functions that are provided as a part of the Fortran language. We have already…

    Continue ReadingFortran – Intrinsic Functions

    Fortran – Modules

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

    In this guide, we will discuss Fortran Modules. A module is like a package where you can keep your functions and subroutines, in case you are writing a very big…

    Continue ReadingFortran – Modules

    Fortran – Procedures

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

    In this guide, we will discuss Fortran Procedures. A procedure is a group of statements that perform a well-defined task and can be invoked from your program. Information (or data) is passed…

    Continue ReadingFortran – Procedures

    Fortran – File Input Output

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

    In this guide, we will discuss Fortran File Input Output. Fortran allows you to read data from, and write data into files. In the last chapter, you have seen how…

    Continue ReadingFortran – File Input Output

    Fortran – Basic Input Output

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

    In this guide, we will discuss Fortran basic input output. We have so far seen that we can read data from keyboard using the read * statement, and display output to the…

    Continue ReadingFortran – Basic Input Output

    Fortran – Pointers

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

    In this guide, we will discuss Fortran Pointers. In most programming languages, a pointer variable stores the memory address of an object. However, in Fortran, a pointer is a data…

    Continue ReadingFortran – Pointers

    Fortran – Derived Data Types

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

    In this guide, we will discuss Fortran Derived Data Types. Fortran allows you to define derived data types. A derived data type is also called a structure, and it can…

    Continue ReadingFortran – Derived Data Types

    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

    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
    • …
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • …
    • 179
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP