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) enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
ME,
4 16960void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
3 30994main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
ME,
3 15208#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
ME,
6 19728class A{ void me(){s.o.p("");} class B extends A{ void me() {s.o.p(" ");} class M{ A a=new B(); B b=new A(); a.me(); b.mne();} what is the output of this, how?
2 8072how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
RMSI,
19 24219
What is set type in python?
Explain what is the procedure to see that the optional file is detected?
What are the features of php?
What are the differences between session and cookie?
How do I reinstall activex?
Where is wordpress media stored?
Is scala easy to learn?
How can you find the exact size of a data type in c?
What does return 0 do in c++?
What are R applications of R clustering?
How might you associate Hive to Spark SQL?
What is get_instance in codeigniter?
In which language codeigniter is written?
How would you fit a linear model over a scatter-plot?
What is a dispatch function?