Compiler Directives begin with ______ symbol.*
1 point
@
%
#
$
2. \t is used for _____ *
1 point
Tab
Tag
narrow line
None of the above
3. ________ memory is required for float data type *
1 point
Two Byte
Four Byte
Eight Byte
None of these
4. main() is a User Defined Function ? *
1 point
True
False
5. Functions are of Two Types *
1 point
True
False
6. __________ function is used to reverse a string *
2 points
reverse( )
stringreverse()
strinrev( )
strrev( )
7. Types of Topologies are: *
2 points
Ring
Star
Mesh
Tree
Bus
All Of The Above
8. fmod() function is used to find the remainder *
2 points
True
False
9. Full form of stdio.h? *
2 points
Standard header file
Standard Input header file
Standard Output header file
Standard Input Output header file
10. Full form of conio.h?*
2 points
Console Input Output header file
Console Output header file
Console header file
Console Input header file
Answers
Answered by
2
Answer:
1. $
2. Tab
3. 4 Bytes
4. False
5. True
6. strrev()
7. All of the above
8. True
9. Standard Input Output Header File
10. Console Input Output Header File
Similar questions