C Sharp Programming (C#) Quiz 2 C Sharp Programming (C#) Quiz 2 ………. method can be used to write contents to a file on hard disk.flush()void flush()void Flush()fflush()Do we use #preprocessor in C# like C/C++?yesnoWe use ………. keyword to refer to the current class in C#.superbasethisthatProperties can be declared in?interfacestructclassall of aboveWhich of the following is not a keyword in C#?finalfinallythrowcatchAll stream classes are based on ……….System.IO.streamSytem.Input.streamSystem.Output.streamSystem.stream………. is not a namespace of C#.NET.classobjectstructenumIn C#, a function can return ………. values.only onemore than oneany number ofno valueWe use ………. keyword to access members of a parent class in C#.superbasemyBasethis2D jagged array is better than 2D rectangular array because of ……….better memory utilization better speedbetter declarationbetter initialization