MCQOPTIONS
Bookmark
Saved Bookmarks
→
C Sharp Programming
→
Generics
→
What does RTF refer to?
1.
What does RTF refer to?
A.
Rich Text Format
B.
Right Text Format
C.
Rich Text Function
D.
Right Text Function
Answer» B. Right Text Format
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which of the following statements are correct about the following code snippet? int a = 10; int b = 20; bool c; c = !(a > b);There is no error in the code snippet. An error will be reported since ! can work only with an int. A value 1 will be assigned to c. A value True will be assigned to c. A value False will be assigned to c.
What will the following expression evaluate to? !true && !false
What will the following expression evaluate to? (true && false) || (!true)
What will the following expression evaluate to? true || false
What will the following expression evaluate to? true && false
The boolean operator && only result in true when both the values are true?
Which of the following is a valid boolean operator?a) and(&&)b) or(|
Boolean opeartors are also known as logical operators.
How many operands does the >= operator require?
Is there a difference between the = and the == operators?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies