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)
#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }
how do you programme Carrier Sense Multiple Access
can anyone suggest some site name..where i can get some good data structure puzzles???
What is a trait mixins in scala?
What type is sizeof?
Which is better struts or spring?
Define Array of pointers.
What is the use session in php?
Explain how is it possible to set an infinite execution time for php script?
What is overloading in python?
What is a counter in python?
Is python a scripting or programming?
What is the incorrect declaration of a set?
Is django the best web framework?
Does Python support strongly for regular expressions? What are the other languages that support strongly for regular expressions?