What is Dynamic Initialization.

Answers were Sorted based on User's Feedback



What is Dynamic Initialization...

Answer / thanigaivel.s

Intialize the Variable or Array memory at the run time of
Code .

Is This Answer Correct ?    5 Yes 1 No

What is Dynamic Initialization...

Answer / saranya

initialize during the runtime of the program execution.

Is This Answer Correct ?    3 Yes 0 No

What is Dynamic Initialization...

Answer / 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

More C Interview Questions

What are the restrictions of a modulus operator?

0 Answers  


what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"

4 Answers  


What does nil mean in c?

0 Answers  


Convert the following expression to postfix and prefix (A+B) * (D-C)

3 Answers   Satyam,


is it possible to create your own header files?

0 Answers  


How do you determine the length of a string value that was stored in a variable?

0 Answers  


What is the size of enum in bytes?

0 Answers  


What is multidimensional arrays

0 Answers  


What is hashing in c?

0 Answers  


what is computer

4 Answers  


What are Macros? What are its advantages and disadvantages?

0 Answers   TCS,


Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.

4 Answers   Persistent, Subex,


Categories