| bio | website | |
|---|---|---|
| location | Kolkata, India | |
| age | 24 | |
| visits | member for | 6 months |
| seen | 23 hours ago | |
| stats | profile views | 7 |
*** Main Functions ***
C and C++
int main(void);
int main();
int main(int argc, char **argv);
int main(int argc, char *argv[]);
int main(int argc, char **argv, char **envp);
JAVA
public static void main(String[] args)
public static void main(String... args)
public static void main(String args[])
PYTHON
def main():
# the main code goes here
if __name__ == "__main__":
main()
PIKE
int main(int argc, array(string) argv)
SCALA
def main(args:Array[String])
RUBY
self # => main
self.class # => Object
self.class.ancestors # => [Object, Kernel]
|
|
Stack Overflow | 491 rep | 115 |
|
|
Raspberry Pi | 197 rep | 9 |
|
|
Unix & Linux | 177 rep | 5 |
|
|
Ask Ubuntu | 151 rep | 1 |
|
|
Super User | 139 rep | 2 |
This user has no active bounties
5 Votes Cast
| all time | by type | ||||
|---|---|---|---|---|---|
| 5 | up | 0 | question | ||
| 0 | down | 5 | answer | ||