void main() Vs. int main(): main is a function with a special characteristic that the program execution always start from main. So the function main needs arguments and a return type. These int and void are its return type. Void means it will not return any value, which is also okay.
Saturday, 13 April 2019
Subscribe to:
Post Comments (Atom)
Slide - CSS
<html> <head> <style> /* Slideshow container */ .slideshow-container { max-width: 1000px; position: relative; mar...
-
Tkinter: (Toolkit Interface) -------- -Tkinter is Python’s standard GUI (Graphical User Interface) package. -Tkinter Toolkit used...
-
Python Topics 1. List 2. Tuples 3. Strings 4. Dictionaries 5. Set ...
-
Python Topics 1. OOP’s Concepts a. Features & applications of oops b. Concept of oops c. Class, objec...
No comments:
Post a Comment