adspace


application attempts to perform an
operation?

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


Please Help Members By Posting Answers For Below Questions

develop algorithms to add polynomials (i) in one variable

2270


How do you convert strings to numbers in C?

1352


write a progrmm in c language take user interface generate table using for loop?

2130


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......

2025


Is int a keyword in c?

1067


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

1366


Do you know the difference between malloc() and calloc() function?

1145


Differentiate between null and void pointers.

1271


hi send me sample aptitude papers of cts?

2260


`write a program to display the recomended action depends on a color of trafic light using nested if statments

2219


What is the general form of a C program?

1108


what is ur strangth & weekness

2599


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2745


write a program to find out prime number using sieve case?

2183


swap 2 numbers without using third variable?

1219