Why can’t constant values be used to define an array’s initial size?
No Answer is Posted For this Question
Be the First to Post Answer
What is static and auto variables in c?
IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
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?
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
What is the most efficient way to count the number of bits which are set in an integer?
What is #include stdlib h?
What is the difference between array and structure in c?
What is call by reference in functions?
Explain do array subscripts always start with zero?
What are directives in c?
Is there any demerits of using pointer?
What are identifiers in c?