| bio | website | |
|---|---|---|
| location | Kolkata, India | |
| age | 24 | |
| visits | member for | 6 months |
| seen | May 9 at 12:31 | |
| stats | profile views | 0 |
*** 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]
This user has not asked any questions
|
|
Stack Overflow | 491 rep | 114 |
|
|
Raspberry Pi | 187 rep | 9 |
|
|
Unix & Linux | 177 rep | 5 |
|
|
Ask Ubuntu | 151 rep | 1 |
|
|
Super User | 139 rep | 2 |
This user has no active bounties
0 Votes Cast
This user has not cast any votes