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

How can I direct output to the printer?

803


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

657


Explain how can you tell whether a program was compiled using c versus c++?

569


How do I get an accurate error status return from system on ms-dos?

637


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

1754






What is a double c?

580


What is the use of structure padding in c?

553


What are multidimensional arrays?

648


Is there any possibility to create customized header file with c programming language?

614


string reverse using recursion

1801


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2225


What are dangling pointers? How are dangling pointers different from memory leaks?

610


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

646


Do variables need to be initialized?

615


What is pass by reference in functions?

313