Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746)
What type of function is main ()?
How do you use raw_input in python?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.
How to restart app in objective c?
Can we define a class within the interface?
How much does magento cost per month?
What is c++ map?
what is diff bet ref variable & instance of class
What header files do I need in order to define the standard library functions I use?
Explain me what is flask-wtf and what are their features?
When there is a global variable and local variable with the same name, how will you access the global variable?
How to access Ruby array elements? How many methods are used to access Ruby elements?
What does the gc () method?