Shantanu Banerjee

less info
101 reputation
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 answered any questions
This user has not asked any questions
This user has not participated in any tags
Stack Overflow Stack Overflow 491 rep 114
Raspberry Pi Stack Exchange Raspberry Pi 187 rep 9
Unix & Linux Stack Exchange Unix & Linux 177 rep 5
Ask Ubuntu Ask Ubuntu 151 rep 1
Super User Super User 139 rep 2
This user has not earned any badges

0 Votes Cast

This user has not cast any votes