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
what is the structure pointer?
Tell me what are bitwise shift operators?
What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack
What are the functions to open and close file in c language?
code for find determinent of amatrix
What are # preprocessor operator in c?
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,
Are the variables argc and argv are always local to main?
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
WHAT IS ABSTRACT DATA TYPE
int x=sizeof(!5.856); What will value of variable x?
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?