worldofitech
  • Home
  • About
  • Contact Us
  • Computer Programming
    • C Programming
      • C Introduction
      • C Flow Control
      • C Functions
      • C Programming Arrays
      • C Programming Pointers
      • C Programming Strings
      • C Programming Strings
      • Structure and Union
      • C Programming Files
      • Additional Topics in c programming
    • cpp programming
      • C++ Introduction
      • C++ Flow Control
      • C++ Functions
      • C++ Arrays & String
      • C++ Structures
      • C++ Object & Class
      • C++ Pointers
      • C++ Inheritance
    • python programming
      • Python Introduction
      • Python Flow Control
      • Python Functions
      • Python Data Types
      • Python Files
      • Python Object & Class
      • Python Advanced Topics
      • Python Date and Time
    • Java Programming
      • Java Flow Control
      • Java Arrays
      • Java OOP (I)
      • Java OOP (II)
      • Java OOP (III)
      • Java Exception Handling
      • Java List
      • Java Queue
      • Java Map
      • Java Set
      • Java I/O Streams
      • Java Reader/Writer
      • Additional Topics
    • JavaScript
      • JS Introduction
      • JS Control Flow
      • JS Functions
      • JS Objects
      • JS Types
      • JS Exceptions and Modules
      • JS ES6
      • JavaScript Asynchronous
      • Javascript Miscellaneous
    • C# Programming
      • C# Introduction
      • C# Flow Control
      • C# Other Topics
    • Data Structures and Algorithms
      • DSA Introduction
      • Data Structures (I)
      • Data Structures (II)
      • Tree based DSA (I)
      • Tree-based DSA (II)
      • Graph-based DSA
      • Sorting and Searching Algorithms
      • Greedy Algorithms
      • DSA – Dynamic Programming
      • Other Algorithms
    • Kotlin Programming
      • Kotlin Introduction
      • Kotlin Flow Control
      • Kotlin Functions
      • Kotlin OOP
    • Swift Programming
      • Swift Introduction
      • Swift Operators
      • Swift Flow Control
      • Swift Collections
      • Swift Functions
      • Swift Advanced
    • Kotlin Programming
      • Kotlin Introduction
      • Kotlin Flow Control
      • Kotlin Functions
      • Kotlin OOP
    • HTML Tutorial
      • HTML Basics
      • HTML Forms
      • HTML Graphics
      • HTML Media
      • HTML APIs
    • CSS Tutorial
      • CSS Basics
  • Computer
    • Web Development
    • Computer Tips and Tricks
    • Computer Troubleshooting
    • Accounting
    • Office Automation
    • Operating System
    • Adobe Photoshop
    • CorelDRAW
    • Ethical Hacking
    • Database
    • Networking
    • Job Interviews
      • System Administrator Interview Questions and Answers
      • Accounting Interview Questions & Answers
      • Desktop Support Interview Questions & Answers
      • Networking Interview Questions and Answers
  • Other Courses
    • Software Engineering
    • Artificial Intelligence
    • Bitcoin Tutorial
    • Blockchain Tutorial
    • Blue Prism Tutorial
    • Ethereum Tutorial
  • Register
  • Login
  • en English
    af Afrikaanssq Shqipam አማርኛar العربيةhy Հայերենaz Azərbaycan dilieu Euskarabe Беларуская моваbn বাংলাbs Bosanskibg Българскиca Catalàceb Cebuanony Chichewazh-CN 简体中文zh-TW 繁體中文co Corsuhr Hrvatskics Čeština‎da Dansknl Nederlandsen Englisheo Esperantoet Eestitl Filipinofi Suomifr Françaisfy Fryskgl Galegoka ქართულიde Deutschel Ελληνικάgu ગુજરાતીht Kreyol ayisyenha Harshen Hausahaw Ōlelo Hawaiʻiiw עִבְרִיתhi हिन्दीhmn Hmonghu Magyaris Íslenskaig Igboid Bahasa Indonesiaga Gaeligeit Italianoja 日本語jw Basa Jawakn ಕನ್ನಡkk Қазақ тіліkm ភាសាខ្មែរko 한국어ku كوردی‎ky Кыргызчаlo ພາສາລາວla Latinlv Latviešu valodalt Lietuvių kalbalb Lëtzebuergeschmk Македонски јазикmg Malagasyms Bahasa Melayuml മലയാളംmt Maltesemi Te Reo Māorimr मराठीmn Монголmy ဗမာစာne नेपालीno Norsk bokmålps پښتوfa فارسیpl Polskipt Portuguêspa ਪੰਜਾਬੀro Românăru Русскийsm Samoangd Gàidhligsr Српски језикst Sesothosn Shonasd سنڌيsi සිංහලsk Slovenčinasl Slovenščinaso Afsoomaalies Españolsu Basa Sundasw Kiswahilisv Svenskatg Тоҷикӣta தமிழ்te తెలుగుth ไทยtr Türkçeuk Українськаur اردوuz O‘zbekchavi Tiếng Việtcy Cymraegxh isiXhosayi יידישyo Yorùbázu Zulu

computer programming

C++ Operators
C++ Introduction

C++ Operators

C++ Operators: In this tutorial, we will find out about the various sorts of operators in C++ with the help of examples. In programming, an operator is a symbol that works on a value or a variable. Operators are images that perform procedure on factors and qualities. For instance, + Read more…

By worldofitech, 2 yearsAugust 23, 2020 ago
C++ Type Conversion
C++ Introduction

C++ Type Conversion

C++ Type Conversion: In this tutorial, we will find out about the essentials of C++ type conversion with the help of examples. C++ allows us to change over the data of one sort to that of another. This is known as type conversion. There are two sorts of type conversion Read more…

By worldofitech, 2 yearsAugust 22, 2020 ago
C++ Basic Input/Output
C++ Introduction

C++ Basic Input/Output

C++ Basic Input/Output C++ Input/Output In this tutorial, we will learn to use the cin item to take input from the user, and the cout object to show output to the user with the help of examples. C++ Output In C++, cout sends formatted output to standard output gadgets, for Read more…

By worldofitech, 2 yearsAugust 21, 2020 ago
C++ Data Types
C++ Introduction

C++ Data Types

C++ Data Types: In this tutorial, we will find out about fundamental data types, for example, int, float, char, and so forth in C++ programming with the help of examples. In C++, data types are declarations for variables. This decides the sort and size of data related to variables. For Read more…

By worldofitech, 2 yearsAugust 20, 2020 ago
C++ Variables, Literals, and Constants
C++ Introduction

C++ Variables, Literals, and Constants

C++ Variables, Literals and Constants: In this tutorial, we will find out about variables, literals, and constants in C++ with the help of examples. C++ Variables In programming, a variable is a container (storage area) to hold data. To show the capacity region, every variable ought to be given a Read more…

By worldofitech, 2 yearsAugust 19, 2020 ago
C Standard Library Functions
Additional Topics in c programming

C Standard Library Functions

C Standard Library Functions: In this tutorial, you’ll find out about the standard library functions in c. More specifically, what are they, distinctive library functions in C and how to use them in your program? C Standard library functions or basically C Library functions are inbuilt capacities in C programming. Read more…

By worldofitech, 2 yearsAugust 18, 2020 ago
C Preprocessor and Macros
Additional Topics in c programming

C Preprocessor and Macros

C preprocessor and Macros: In this tutorial, you will be acquainted with c preprocessors, and you will learn to use #include, #define, and conditional compilation with the help of examples. The C preprocessor is a macro preprocessor (allow you to characterize macros) that changes your program before it is gathered. Read more…

By worldofitech, 2 yearsAugust 17, 2020 ago
C enums
Additional Topics in c programming

C enums

C enums: In this tutorial, you will find out about enum (enumeration) in C programming with the help of examples. In C programming, an enumeration type (likewise called enum) is an information type that comprises of essential constants. To characterize enums, the enum watchword is used. enum flag {const1, const2, Read more…

By worldofitech, 2 yearsAugust 16, 2020 ago
C Files Examples
C Programming

C Files Examples

C Files Examples: In this article, you’ll discover a rundown of examples to handle file input/output tasks in C programming. To understand all projects on this page, you ought to have the knowledge of the following topics. • C Arrays • C Pointers • Array and Pointer Relation • File Read more…

By worldofitech, 2 yearsAugust 15, 2020 ago
C File Handling
C Programming

C File Handling

C File Handling In this tutorial, you will find out about file handling in C. You will learn to handle standard I/O in C using fprintf(), fscanf(), fread(), fwrite(), fseek(), and so on with the help of examples. A file is a compartment in computer storage gadgets used for storing Read more…

By worldofitech, 2 yearsAugust 14, 2020 ago

Posts navigation

1 2 … 12 Next
Recent Posts
  • Ethereum – Smart Contracts
  • Ethereum – Introduction
  • Ethereum Tutorial
  • Installation of Blue Prism
  • Blue Prism – Introduction
Hostinger
Recent Comments
  • Merrill on Difference Between Parallel and Serial Communication
  • Elsie on Difference Between Parallel and Serial Communication
  • Cyrus on Difference Between Parallel and Serial Communication
  • Berenice on Difference Between Parallel and Serial Communication
  • Naomi on Difference Between Parallel and Serial Communication
About worldofitech

This Website is very helpful for all the users interested in the field of Information Technology

Worldofitech is committed to providing all the help related to the field of IT. We are here to troubleshoot your problems. We have solved as many problems as possible. We have written detailed articles on Computer Tips and Tricks, Computer Troubleshooting, Cyber Security, Ethical Hacking, Microsoft Windows Server 2012 and 2019, Cloud, AWS, Drones, Amazon FBA, GIS, How to Earn Money Online, Computer Programming, Python Programming, C Programming, C++ Programming, Java Programming, JavaScrip, Data Structure, and Algorithms, SEO, Android, Graphic Design, and other related fields. If you have encountered a problem that we have not addressed and still need a solution, please share it with us via our contact page or email it to us. We will be happy to troubleshoot it. We will inform you via your email as soon as we solve it. So stay tuned with us and also subscribe to our youtube channel to see solutions in video form. Thanks for supporting the community of people in trouble.

https://www.youtube.com/watch?v=rZyKku2VP3I
Recent Post
  • Ethereum – Smart Contracts
  • Ethereum – Introduction
  • Ethereum Tutorial
  • Installation of Blue Prism
  • Blue Prism – Introduction
  • Blue Prism Tutorial
  • Blockchain – Conclusion
  • Bitcoin – Mitigating Attacks
  • Blockchain – Privacy
  • Blockchain – Resolving Conflicts

  • Twitter
  • Instagram
  • YouTube
  • Facebook
  • Privacy Policy
en English
af Afrikaanssq Shqipam አማርኛar العربيةhy Հայերենaz Azərbaycan dilieu Euskarabe Беларуская моваbn বাংলাbs Bosanskibg Българскиca Catalàceb Cebuanony Chichewazh-CN 简体中文zh-TW 繁體中文co Corsuhr Hrvatskics Čeština‎da Dansknl Nederlandsen Englisheo Esperantoet Eestitl Filipinofi Suomifr Françaisfy Fryskgl Galegoka ქართულიde Deutschel Ελληνικάgu ગુજરાતીht Kreyol ayisyenha Harshen Hausahaw Ōlelo Hawaiʻiiw עִבְרִיתhi हिन्दीhmn Hmonghu Magyaris Íslenskaig Igboid Bahasa Indonesiaga Gaeligeit Italianoja 日本語jw Basa Jawakn ಕನ್ನಡkk Қазақ тіліkm ភាសាខ្មែរko 한국어ku كوردی‎ky Кыргызчаlo ພາສາລາວla Latinlv Latviešu valodalt Lietuvių kalbalb Lëtzebuergeschmk Македонски јазикmg Malagasyms Bahasa Melayuml മലയാളംmt Maltesemi Te Reo Māorimr मराठीmn Монголmy ဗမာစာne नेपालीno Norsk bokmålps پښتوfa فارسیpl Polskipt Portuguêspa ਪੰਜਾਬੀro Românăru Русскийsm Samoangd Gàidhligsr Српски језикst Sesothosn Shonasd سنڌيsi සිංහලsk Slovenčinasl Slovenščinaso Afsoomaalies Españolsu Basa Sundasw Kiswahilisv Svenskatg Тоҷикӣta தமிழ்te తెలుగుth ไทยtr Türkçeuk Українськаur اردوuz O‘zbekchavi Tiếng Việtcy Cymraegxh isiXhosayi יידישyo Yorùbázu Zulu