What is Dynamic Initialization.

Answer Posted / rama krishna sidhartha

Initializing the values of variables or array variables at
the time of execution (or)runtime.

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Apart from dennis ritchie who the other person who contributed in design of c language.

1089


On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area

915


Can you add pointers together? Why would you?

878


Explain the difference between malloc() and calloc() in c?

807


Is it possible to pass an entire structure to functions?

771


How variables are declared in c?

784


how to introdu5ce my self in serco

1735


What are void pointers in c?

763


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

1014


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

851


What is the value of uninitialized variable in c?

795


What is variable declaration and definition in c?

695


Explain what is the benefit of using #define to declare a constant?

804


What is #define in c?

815


Compare array data type to pointer data type

816