Draw a diagram showing how the operating system relates to
users, application programs, and the computer hardware ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

0 Answers   KPIT,


int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15

10 Answers   Wipro,


how to find string length wihtout using c function?

6 Answers  


What are the different data types in C?

0 Answers  


Do you know what are bitwise shift operators in c programming?

0 Answers  






What is the use of clrscr?

0 Answers  


What do you mean by dynamic memory allocation in c? What functions are used?

0 Answers  


write a c program to find the square of a 5 digit number and print the result.

5 Answers   Accenture, Sasken, Vimukti Technologies,


program for reversing a selected line word by word when multiple lines are given without using strrev

0 Answers   IBM,


which is conditional construct a) if statement b) switch statement c) while/for d) goto

0 Answers  


What is conio h in c?

0 Answers  


What does c value mean?

0 Answers  


Categories