Answer Posted / saravanan
From the heap memory of the process
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
How will you write a code for accessing the length of an array without assigning it to another variable?
How do you define a function?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
what is ur strangth & weekness
Can we access array using pointer in c language?
When can you use a pointer with a function?
Why c language is called c?
Explain how does flowchart help in writing a program?
Ow can I insert or delete a line (or record) in the middle of a file?
Explain how does free() know explain how much memory to release?
Why doesnt the call scanf work?
Explain how do you override a defined macro?
How can I sort a linked list?