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?
No Answer is Posted For this Question
Be the First to Post Answer
what is the self-referential structure?
Give me basis knowledge of c , c++...
how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
How can I find out how much memory is available?
What is the difference between %d and %i?
How to define structures? ·
Why is c called a structured programming language?
Explain what is #line used for?
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks