Answer Posted / kumaresan g
Stack pointer points the top most element of the stack.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the process to generate random numbers in c programming language?
What is an auto variable in c?
Define C in your own Language.
What are the different types of errors?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
Why c is faster than c++?
In c language can we compile a program without main() function?
Are pointers integer?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
Explain continue keyword in c
What are near, far and huge pointers?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
What does 2n 4c mean?
What is the best organizational structure?
What is the benefit of using #define to declare a constant?