F# Interview Questions and Answers (2) - Page 1

Whether F# and C# Syntaxes are same?

No. C# follows OOPS concepts. F# follows procedural concepts.
What are the various types of comments that F# supports?

a) Single line comments are declared as under

//This is single line comment

b) Multiline comments as declared as under

(*
This is multiline comments
Of F# program
*)

c) Document comments are use as under

///Example of document comment
Found this useful, bookmark this page to the blog or social networking websites. Page copy protected against web site content infringement by Copyscape

 Interview Questions and Answers Categories