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 array of structure in c?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What is meant by operator precedence?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What does main () mean in c?
What is zero based addressing?
How do we open a binary file in Read/Write mode in C?
What is a macro in c preprocessor?
What is s in c?
What is fflush() function?
What does static variable mean in c?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
Here is a neat trick for checking whether two strings are equal
How can I copy just a portion of a string?
Write a program of prime number using recursion.