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's the difference between DELETE TABLE and TRUNCATE TABLE commands?
What is operator precedence?
Are the expressions * ptr ++ and ++ * ptr same?
What is New modifiers?
What is the difference between single charater constant and string constant?
What is derived datatype in c?
Is there any data type in c with variable size?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Write a program to generate the first n terms in the series --- 9,11,20,31,...,82
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Write a factorial program using C.
Explain logical errors? Compare with syntax errors.