|
|
Physical memory location in running program is resolved by - a.linker
- b.compiler
- c.loader
- d.none
Task switching is switching between
- a.process
- b.threads
- c.concurrent part in same progarm
- d.all
Encryption means
- Text to cipher
- Cipher to text
- Text to another Word format
- None of The Above
void main() { extern int a; a=10; printf("%d",sizeof(a)); }
- give linker error- a not defined
- print 10
- give compiler error
- Give runtime error
int a[10]; a[0]=12; a[12]=17; printf("%d,%d",a[0],a[12]); will compiler show any error?
- No
- Yes
- Sometimes
- None of the Given Answers
The parameter of sizeof operatror is
- data type
- variable
- both data type and variable
- none
Jumbled letter of a word are hcpraateu - parachute
- paramount
- paraguild
- None Of The Above
BREAK , LIGHT , TIME ADD A 3 LETTER WORD TO MAKE A NEW WORDs - Day
- Don
- Doe
- None Of the Given Answers
1/4 sec -> 6 feet then 10 sec ? - 320 feet
- 240 feet
- 300 feet
- None of the Given Answers
Link list uses
- countiguos memory allocation.
- non countiguos memory allocation.
- both.
- none of the given answers
|
|
|