What is pre-emptive data structure and explain it with example?
No Answer is Posted For this Question
Be the First to Post Answer
to write a program, that finds the minimum total number of shelves, including the initial one, required for this loading process. The packets are named A, B, C, D, E …….. Any numbers of packets with these names could be kept in the shelf, as in this example: [ZZLLAAJKRDFDDUUGGYFYYKK]. All packets are to be loaded on cars. The cars are lined in order, so that the packets could be loaded on them. The cars are also named [A, B, C, D, E,………….].
difference between i++* and *++i
program to find a smallest number in an array
What is 02d in c?
When should the const modifier be used?
What does return 1 means in c?
Read two numbers from keyboard and find maximum of them?
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
How does memset() work in C?
What is printf () in c?