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

What is variable in c example?

0 Answers  


Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???

2 Answers   TCS,


Write a C program where input is: "My name is xyz". output is: "xyz is name My".

1 Answers   TCS,


wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }

2 Answers  


Why doesn't C have nested functions?

2 Answers  


What is an operator?

0 Answers  


why program counter is 16 bit?

3 Answers  


can u give me the good and very optimised code for a car racing game?

0 Answers  


A MobileNumber is a VIP number if it satisfy the following conditions. The operator should be Vodafone. Atleast one 0 (Zero) should be exist in mobile number. The number should not end with 8. The single digit sum of all the digits in the number should be equal to 9. For example if the number is 9876543210, the sum is 9+8+7+...+1+0 = 45. Sum of 4+5 = 9. Write a method: private boolean isVIPMobileNumber(String mobileNum, String operator) mobileNum phone number operator mobile operator as bsnl, Vodafone

1 Answers  


Differentiate b/w Modify and Update commands giving example.

1 Answers  


write program on arrays

3 Answers   GE, Polycab,


Why do we use & in c?

0 Answers  


Categories