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) Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
1110
What is request life-cycle of yii 2.0 framework?
What is an object in php?
How can image properties be retrieved in php?
What are the different types of stl containers?
Explain what helpers in codeigniter are and how you can load a helper file?
What do you mean by recursion in c?
How to generate it on homestead?
Explain me what directories that need to be writable laravel installation?
Explain what does the function get_magic_quotes_gpc() means?
What is traversable in scala collection?
Can non-public members of another instance of the class be retrieved by the method of the same class?
What are the types of bitwise operator?
What is the difference between range and xrange functions?
Can we specify variable field width in a scanf() format string? If possible how?
What is meant by int main ()?