What is Dynamic Initialization.
Answers were Sorted based on User's Feedback
Answer / thanigaivel.s
Intialize the Variable or Array memory at the run time of
Code .
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / saranya
initialize during the runtime of the program execution.
| Is This Answer Correct ? | 3 Yes | 0 No |
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 |
What do you mean by Recursion Function?
hi , please send me NIC written test papers to sbabavalli@gmail.com
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
Explain how can I right-justify a string?
What are pointers? Why are they used?
What does the format %10.2 mean when included in a printf statement?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is the purpose of & in scanf?
What is a protocol in c?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What is a program?
If I have a char * variable pointing to the name of a function ..