MCQOPTIONS
Bookmark
Saved Bookmarks
→
Technical MCQs
→
2D Transformation And Answers in Technical MCQs
→
How will you print on the screen?..
1.
How will you print on the screen?
A.
printf("");
B.
printf('');
C.
printf("\n");
D.
printf(""")
Answer» D. printf(""")
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
What will happen if in a C program you assign a value to an array element whose subscript exceeds the size of array?
Let x be an array.Which of the following operations is illegal? i) ++x. ii) x+1. iii) x++. iv) x*2.
Which of the following statements are correct ? 1: A string is a collection of characters terminated by '. 2: The format specifier %s is used to print a string. 3: The length of the string can be obtained by strlen(). 4: The pointer CANNOT work on string.
How will you print on the screen?
Length of the string "letsfindcourse" is
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply