What are dynamically linked and statically linked libraries?
Answer / nashiinformaticssolutions
• Static linking: Combines library code into the final executable.
• Dynamic linking: Links libraries at runtime.
v
Is This Answer Correct ? | 0 Yes | 0 No |
how to connect oracle in C/C++.
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
What is structure padding & expalain wid example what is bit wise structure?
Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
What do you mean by Recursion Function?
How to swap 3 numbers without using 4th variable?
What is true about the following C Functions (a) Need not return any value (b) Should always return an integer (c) Should always return a float (d) Should always return more than one value
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
How to write a multi-statement macro?