adspace
Answer Posted / Krishna Kumar
In programming, when an application tries to perform an operation, it sends a request to the operating system. If the operation is allowed, the operating system grants access to the resources required for the operation. If not, it denies access.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
develop algorithms to add polynomials (i) in one variable
How do you convert strings to numbers in C?
write a progrmm in c language take user interface generate table using for loop?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
Is int a keyword in c?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
Do you know the difference between malloc() and calloc() function?
Differentiate between null and void pointers.
hi send me sample aptitude papers of cts?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is the general form of a C program?
what is ur strangth & weekness
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
write a program to find out prime number using sieve case?
swap 2 numbers without using third variable?