Which of the following is part of the library header file? (Check all applicable answers) Function prototypes Definition of constants Typedef and Structure definitions All
Which of the following is part of the library header file? (Check all applicable answers)
Function prototypes
|
|
Definition of constants
|
|
Typedef and Structure definitions
|
|
All
|
Which of the following is NOT true about libraries?
It is bad to use a library when its utility to a given problem is minimal
|
|
A library header file does not contain code for any of the functions
|
|
Using library saves time in programming
|
|
None
|
Which of the following functions can be used to flush the buffer?
flush()
|
|
clear()
|
|
refresh()
|
|
move()
|
The curses library is a basic graphics library for use on a character terminal screen.
False
scanf() function in the C standard input library is line buffered.
False
Which of the following curses library functions involved with the graphics operation?
initscr()
|
|
endwin()
|
|
clear()
|
|
All of the above.
|
Which library needs to be linked to compile the curses library calls?
lnclear
|
|
lninit
|
|
lncurses
|
|
lngraphics
|
How many important concepts are in the I/O controlling?
4
|
|
1
|
|
3
|
|
2
|
What is the most commonly used command to package object code files into library files?
ln
|
|
gcc
|
|
ls
|
|
ar
|
False
A scripting language is a very high level programming language.
False
False
Script languages tend to be good for
Automating execution of other programs
|
|
Rapid prototype programming
|
|
Creating log files
|
|
All of the above.
|
Scripting languages require compilation and execution steps.
False
Which one is / are true?
Shell scripting is most commonly used for system administration tasks.
|
|
Perl is most commonly used to “glue” together other programs, especially for web server/client and
|
|
MATLAB is most commonly used for batch processing of tabular data and for generating large numbers of plots.
|
|
All of the above.
|
Trending now
This is a popular solution!
Step by step
Solved in 3 steps