Answer Posted / preeti singh
API interception or hooking.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the types of functions in c?
How can a program be made to print the name of a source file where an error occurs?
What are near, far and huge pointers?
What are c header files?
What are the types of data files?
How will you write a code for accessing the length of an array without assigning it to another variable?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What kind of structure is a house?
Are pointers integer?
What are the disadvantages of c language?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What is an arrays?
How can I sort a linked list?
Explain what math functions are available for integers? For floating point?
What is the explanation for the dangling pointer in c?