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
a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none
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?
Is c is a low level language?
what is the program to display your name in any color?
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
How can a program be made to print the line number where an error occurs?
How to declare pointer variables?
Write a c program using for loop in switch case?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
why array index always starts from zero??
What are unions in c?