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

write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.

5 Answers   Temenos,


What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }

7 Answers  


Is stack a keyword in c?

0 Answers  


1. main() { printf("%d",printf("HelloSoft")); } Output?

3 Answers   HCL,


What does the message "automatic aggregate intialization is an ansi feature" mean?

0 Answers  






what is the function of .h in #include<stdio.h> in c ?

23 Answers   HCL, IBM, Wipro,


Define and explain about ! Operator?

0 Answers  


Why isnt there a numbered, multi-level break statement to break out

0 Answers  


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

0 Answers  


program to convert a integer to string in c language'

0 Answers  


How can I implement a delay, or time a users response, with sub-second resolution?

0 Answers  


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

0 Answers   Google,


Categories