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

    Solidity – Mapping

    • Post author:S J
    • Post published:October 27, 2021
    • Post category:Solidity
    • Post comments:1 Comment

    This topic is about Solidity - Mapping. Mapping is a reference type as arrays and structs. Following is the syntax to declare a mapping type. mapping(_KeyType => _ValueType) Where _KeyType −…

    Continue ReadingSolidity – Mapping

    Solidity – Structs

    • Post author:S J
    • Post published:October 27, 2021
    • Post category:Solidity
    • Post comments:1 Comment

    This topic is about Solidity - Structs. Struct types are used to represent a record. Suppose you want to keep track of your books in a library. You might want…

    Continue ReadingSolidity – Structs

    Solidity – Enums

    • Post author:S J
    • Post published:October 27, 2021
    • Post category:Solidity
    • Post comments:1 Comment

    This topic is about Solidity - Enums. Enums restrict a variable to have one of only a few predefined values. The values in this enumerated list are called enums. With…

    Continue ReadingSolidity – Enums

    Solidity – Arrays

    • Post author:S J
    • Post published:October 27, 2021
    • Post category:Solidity
    • Post comments:2 Comments

    This topic is about Solidity - Arrays. Array is a data structure, which stores a fixed-size sequential collection of elements of the same type. An array is used to store…

    Continue ReadingSolidity – Arrays

    Solidity – Strings

    • Post author:S J
    • Post published:October 27, 2021
    • Post category:Solidity
    • Post comments:0 Comments

    This topic is about Solidity - Strings. Solidity supports String literal using both double quote (") and single quote ('). It provides string as a data type to declare a…

    Continue ReadingSolidity – Strings

    Clojure – Sequences concat

    • Post author:S K S
    • Post published:October 27, 2021
    • Post category:Clojure
    • Post comments:2 Comments

    In this guide, we will discuss Clojure Sequences concat. This is used to concat two sequences together. Syntax Following is the syntax. (concat seq1 seq2) Parameters − ‘seq1’ is the first…

    Continue ReadingClojure – Sequences concat

    Solidity – if…else if… statement.

    • Post author:S J
    • Post published:October 27, 2021
    • Post category:Solidity
    • Post comments:2 Comments

    this topic is about Solidity - if...else if... statement. The if...else if... statement is an advanced form of if...else that allows Solidity to make a correct decision out of several conditions. Syntax The syntax…

    Continue ReadingSolidity – if…else if… statement.

    Solidity – if…else statement

    • Post author:S J
    • Post published:October 27, 2021
    • Post category:Solidity
    • Post comments:1 Comment

    This topic is about Solidity - if...else statement. The 'if...else' statement is the next form of control statement that allows Solidity to execute statements in a more controlled way. Syntax if (expression)…

    Continue ReadingSolidity – if…else statement

    Solidity – if statement

    • Post author:S J
    • Post published:October 27, 2021
    • Post category:Solidity
    • Post comments:2 Comments

    This topic is about Solidity - if statement. The if statement is the fundamental control statement that allows Solidity to make decisions and execute statements conditionally. Syntax The syntax for a basic…

    Continue ReadingSolidity – if statement

    Solidity – Decision Making

    • Post author:S J
    • Post published:October 27, 2021
    • Post category:Solidity
    • Post comments:0 Comments

    This topic is about Solidity - Decision Making. While writing a program, there may be a situation when you need to adopt one out of a given set of paths.…

    Continue ReadingSolidity – Decision Making
    • Go to the previous page
    • 1
    • …
    • 164
    • 165
    • 166
    • 167
    • 168
    • 169
    • 170
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP