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 71

    Erlang – Functions

    • Post author:S K S
    • Post published:October 7, 2021
    • Post category:Erlang
    • Post comments:1 Comment

    In this guide, we will discuss Functions in Erlang. Erlang is known as a functional programming language, hence you would expect to see a lot of emphasis on how functions…

    Continue ReadingErlang – Functions

    Erlang – Case Statements

    • Post author:S K S
    • Post published:October 7, 2021
    • Post category:Erlang
    • Post comments:2 Comments

    In this guide, we will discuss Case Statements in Erlang. Erlang offers the case statement, which can be used to execute expressions based on the output of the case statement.…

    Continue ReadingErlang – Case Statements

    Erlang – Nested if Statements

    • Post author:S K S
    • Post published:October 7, 2021
    • Post category:Erlang
    • Post comments:2 Comments

    In this guide, we will discuss Nested if Statements in Erlang. Sometimes, there is a requirement to have multiple if statements embedded inside of each other, as is possible in other programming…

    Continue ReadingErlang – Nested if Statements

    Erlang – Multiple Expression

    • Post author:S K S
    • Post published:October 7, 2021
    • Post category:Erlang
    • Post comments:2 Comments

    The if expression also allows for multiple expressions to be evaluated at once. The general form of this statement in Erlang is shown in the following program − Syntax if condition1 ->…

    Continue ReadingErlang – Multiple Expression

    Erlang – If statement

    • Post author:S K S
    • Post published:October 6, 2021
    • Post category:Erlang
    • Post comments:1 Comment

    In this guide, we will discuss If statement in Erlang. The first decision making statement we will look at is the ‘if’ statement. The general form of this statement in…

    Continue ReadingErlang – If statement

    Erlang – Decision Making

    • Post author:S K S
    • Post published:October 6, 2021
    • Post category:Erlang
    • Post comments:1 Comment

    Decision making structures requires that the programmer should specify one or more conditions to be evaluated or tested by the program, along with a statement or statements to be executed…

    Continue ReadingErlang – Decision Making

    Erlang – Loops

    • Post author:S K S
    • Post published:October 6, 2021
    • Post category:Erlang
    • Post comments:2 Comments

    In this guide, we will discuss Loops in Erlang. Erlang is a functional programming language and what needs to be remembered about all functional programming languages is that they don’t…

    Continue ReadingErlang – Loops

    Erlang – Bitwise Operators

    • Post author:S K S
    • Post published:October 6, 2021
    • Post category:Erlang
    • Post comments:2 Comments

    Following are the bitwise operators available in Erlang. Sr.No.Operator & Description1bandThis is the bitwise “and” operator2borThis is the bitwise “or” operator3bxorThis is the bitwise “xor” or Exclusive or operator4notThis is…

    Continue ReadingErlang – Bitwise Operators

    Erlang – Logical Operators

    • Post author:S K S
    • Post published:October 6, 2021
    • Post category:Erlang
    • Post comments:2 Comments

    Following are the logical operators available in Erlang. OperatorDescriptionExampleorThis is the logical “and” operatortrue or true will give trueandThis is the logical “or” operatorTrue and false will give falsenotThis is…

    Continue ReadingErlang – Logical Operators

    Erlang – Relational Operators

    • Post author:S K S
    • Post published:October 6, 2021
    • Post category:Erlang
    • Post comments:2 Comments

    Following are the relational operators available in Erlang. OperatorDescriptionExample==Tests the equality between two objects2 = 2 will give true/=Tests the difference between two objects3 /= 2 will give true<Checks to…

    Continue ReadingErlang – Relational Operators
    • Go to the previous page
    • 1
    • …
    • 68
    • 69
    • 70
    • 71
    • 72
    • 73
    • 74
    • …
    • 179
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP