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 do you mean by list comprehension in python?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Is objective c dynamically typed?
Which ide is best for python on windows?
What is call by value in c?
What is difference between objective c and swift programming?
What is encapsulation in C++? Give an example.
Explain functions in kotlin?
What is the difference between htmlentities() and htmlspecialchars()?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
Explain the difference between static and dynamic websites?
What is difference between static and dynamic websites?
Does wordpress use a database?
Tell me in php, objects are they passed by value or by reference?