Answer Posted / eresh
stack is a part of ram memory
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the difference between strcpy() and memcpy() function in c programming?
What does the format %10.2 mean when included in a printf statement?
Can we access the array using a pointer in c language?
What does %c do in c?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
How is = symbol different from == symbol in c programming?
What do you mean by recursion in c?
Why should I use standard library functions instead of writing my own?
What is the difference between procedural and declarative language?
State two uses of pointers in C?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Simplify the program segment if X = B then C ← true else C ← false
What are 'near' and 'far' pointers?
Difference between pass by reference and pass by value?
Create a simple code fragment that will swap the values of two variables num1 and num2.