What is far pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};
When can you use a pointer with a function?
Explain how can you determine the size of an allocated portion of memory?
Difference between linking and loading?
Difference between Shallow copy and Deep copy?
What is a stream water?
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
What does extern mean in a function declaration?
How can I call fortran?
how many errors in c explain deply
Between macros and functions,which is better to use and why?
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }