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 ].
1108
Which type of language is c?
How to Typecaste a PChar to a longint?
Is microsoft visual c++ a virus?
What are the types of hooks in WordPress and mention their functions?
What are predefined functions in c?
Who calls dealloc method?
What is the purpose of bytes() in python?
What is the use of pycharm?
How is computer programming useful in real life?
What is 'Type Inference' in Scala?
How will you find, in a string, the first word that rhymes with ‘cake’?
Write a program to read and write binary data using python?
How many hours learn python?
What is stable version of codeigniter?
What is the naming conventions for methods that return a boolean result?