Answer Posted / preeti singh
API interception or hooking.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What will be the outcome of the following conditional statement if the value of variable s is 10?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What is NULL pointer?
What is C language ?
Why should I use standard library functions instead of writing my own?
regarding pointers concept
Who invented b language?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Define and explain about ! Operator?
What is a pointer and how it is initialized?
What are pointers? What are stacks and queues?
Is c object oriented?
What does c in a circle mean?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above