in UNIX A Files I-Node ...... ? I) Restricts File Permission Ii) Specifies File Size, Number of Lines To A File, Permissions Etc. Iii) Both The Above
in UNIX A Files I-Node ...... ? I) Restricts File Permission Ii) Specifies File Size, Number of Lines To A File, Permissions Etc. Iii) Both The Above
i)Error
ii)Prgram will display values
iii)Type conversion is not possible in
C
iv)None
9. The very first process created by the 10. Output of the following program
kernal that runs till the kernal process is is:
halts is
main()
a) init {int i=0;
b) getty for(i=0;i<20;i++)
c) both (a) and (b) {switch(i)
case 0:i+=5;
d) none of these
case 1:i+=2;
case 5:i+=5;
default i+=4;
break;}
printf("%d,",i);
}
}
a) 0,5,9,13,17
b) 5,9,13,17
c) 12,17,22
d) 16,21
e) Syntax error
13. Best method to find out whether a 14. A primary key in one table also
given array already sorted,is sorted or not present in some other table is called
in min. Time.