what is the difference between put and putc statement?
Answer / Munish Kumar Gautam
In Ruby, put prints a string to standard output and automatically adds a newline character at the end. putc, on the other hand, prints a single byte of data without adding a newline character.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain Ruby if-else statement?
Overview of ruby programming language?
Explain module mixins in Ruby?
Explain about ruby names?
What function converts all html special symbols to html entities in ruby?
Tell me an array [1,2,34,5,6,7,8,9], product it using a method?
Explain ruby data types.
Can you list out the few features of ruby?
Can you please explain what is the difference between string and symbol?
How an exception is handled in Ruby?
What are the different environment variables present in the ruby?
Tell me how you can create a controller for subject?