C Sharp Quiz 5 | Englishfreetest.com
Here's the exercise 'C Sharp Quiz 5 | Englishfreetest.com' about Technical Quiz - Technical Tests.
Put your knowledge about all things technology to the test Because everything tech, from computers and the internet to software and big data, changes rapidly on a day-to-day basis, it’s now a must to stay up to date with the technology that dominates our modern day lives. Are you up to speed on what’s going on in the tech industry today? Take our quiz to find out. Test how much you know about technology
You can find more to the lesson and more exercises. Technical Quiz - Technical Tests in here.
Finally, click here to "Test" for start practice exercise .
Content test:
A.Member variables are the attributes of an object (from design perspective) and they are kept private to implement encapsulation
B.These private variables can only be accessed using the public member functions
C. Both of the above
D. None of the above
A. sizeof
B. typeof
C. *
D. &
A.Public
B.Private
C. Protected
D.Internal
A.ToInt64
B.ToSbyte
C.ToSingle
D.ToString
A. It should not be a C# keyword
B.It must not contain any embedded space or symbol such as? - + ! @ # % ^ & * ( ) [ ] { }
C.Both of the above
D.None of the above
A. A name must begin with a letter that could be followed by a sequence of letters, digits (0 - 9) or underscore.
B.The first character in an identifier cannot be a digit
C.Both of the above
D. None of the above
A.elif
B.define
C.if
D. else
A. sizeof
B.typeof
C.&
D. *
A.define
B.undef
C. region
D.endregion
A. A program catches an exception with an exception handler at the place in a program where you want to handle the problem
B.The catch keyword indicates the catching of an exception
C.Both of the above
D.None of the above