Answer Posted / teja
(bc+d*e-)a/
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What is the purpose of macro in C language?
Compare interpreters and compilers.
What is function and its example?
What does 2n 4c mean?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
What is bubble sort in c?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is typedf?
What is the size of enum in bytes?
What does sizeof function do?
What is a stream?
What is the size of a union variable?
What are register variables in c?
What is function prototype in c language?