Q. Which of the following format specifiers is used to print hexadecimal values and return value of output as Octal equivalent in C#?
β
Correct Answer: (C)
No ease of doing it. C# donβt provides specifier like %x or %O to be used with ReadLine() OR WriteLine(). We have to write our own function