3 votes
42
4 votes
43
#include<stdio.h>int main(){char *s = "Geeks Quiz";int n = 7;printf("%.*s", n, s);return 0;}
2 votes
44
3 votes
45
In an operating system, indivisibility of operation means:Operation is interruptableRace Condition may occurprocessor can not be premptedAll of the above
1 votes
46
describe in details