Ans. (b) Explanation: int() returns the integer value of a number, int(2.13) = 2. floor() returns the largest integer lesser or equal to the number, floor(3.777) = 3. ceil() returns smallest integer greater or equal to the number, ceil(-3.12) = -3. fabs() return the modulus of the number, thus fabs(-3.12) = 3.12.
Output:
Compiler error
Explanation:
Note the difference between structure/union declaration and variable declaration. When you declare a structure, you actually declare a new data type suitable for your purpose. So you cannot initialize values as it is not a variable declaration but a data type declaration.
Compiler error
Explanation:
Note the difference between structure/union declaration and variable declaration. When you declare a structure, you actually declare a new data type suitable for your purpose. So you cannot initialize values as it is not a variable declaration but a data type declaration.
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
Old projects : Welcome to the family 😂
https://programmerjokesshorts.openinapp.co/programmerjokes-shorts
https://programmerjokesshorts.openinapp.co/programmerjokes-shorts
Here is a curated list of GitHubs that collect a huge number of resources.
Thanks to all the creators and contributors! Have added their Twitter profiles, do look them up!
1. *To learn more about Solidity*
List of
- Resources
- Libraries
- Tools
- Plugins
*GitHub link*: https://github.com/bkrem/awesome-solidity
2. *Tools and libraries to build your dApps*
List of
- Other GitHubs
- Web3 libraries
- Decentralized databases and applications
*GitHub link*: https://github.com/JoinColony/awesome-web3
3. *To learn more everything about Web3*
List of
- Resources by level
- News and info
- Documentations
- Blogs
*GitHub link*: https://github.com/dinadeljanin/react-europe-workshop
4. *To learn more about Ethereum & Solidity*
List of
- Videos
- Blog
- Assignments
- Quizzes
*GitHub link*: https://github.com/x676f64/secureum-mind_map
5. *Learn everything about Blockchain*
List of books on
- Blockchain
- dApps
- Bitcoin
*GitHub link*:https://github.com/BlockchainBooks/blockchainbooks.github.io
6. *To learn everything about Web3 security*
List of
- Articles
*GitHub link*: https://github.com/kareniel/awesome-web3-security
7. To learn a bit of everything that runs on top of Blockchain Defi, NFTs, DAOs etc
List of
- Books
- Courses
- Podcasts
*GitHub link*: https://github.com/web3together/web3together
8. *A List You Should Check Out Further*
- Youtube Channels
- Blogs
- Tools
*GitHub link*: https://github.com/tarun-soni/web3-resources
Thanks to all the creators and contributors! Have added their Twitter profiles, do look them up!
1. *To learn more about Solidity*
List of
- Resources
- Libraries
- Tools
- Plugins
*GitHub link*: https://github.com/bkrem/awesome-solidity
2. *Tools and libraries to build your dApps*
List of
- Other GitHubs
- Web3 libraries
- Decentralized databases and applications
*GitHub link*: https://github.com/JoinColony/awesome-web3
3. *To learn more everything about Web3*
List of
- Resources by level
- News and info
- Documentations
- Blogs
*GitHub link*: https://github.com/dinadeljanin/react-europe-workshop
4. *To learn more about Ethereum & Solidity*
List of
- Videos
- Blog
- Assignments
- Quizzes
*GitHub link*: https://github.com/x676f64/secureum-mind_map
5. *Learn everything about Blockchain*
List of books on
- Blockchain
- dApps
- Bitcoin
*GitHub link*:https://github.com/BlockchainBooks/blockchainbooks.github.io
6. *To learn everything about Web3 security*
List of
- Articles
*GitHub link*: https://github.com/kareniel/awesome-web3-security
7. To learn a bit of everything that runs on top of Blockchain Defi, NFTs, DAOs etc
List of
- Books
- Courses
- Podcasts
*GitHub link*: https://github.com/web3together/web3together
8. *A List You Should Check Out Further*
- Youtube Channels
- Blogs
- Tools
*GitHub link*: https://github.com/tarun-soni/web3-resources
GitHub
GitHub - bkrem/awesome-solidity: ⟠ A curated list of awesome Solidity resources, libraries, tools and more
⟠ A curated list of awesome Solidity resources, libraries, tools and more - bkrem/awesome-solidity
👍3