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 are the restrictions of a modulus operator?
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
What does nil mean in c?
Convert the following expression to postfix and prefix (A+B) * (D-C)
is it possible to create your own header files?
How do you determine the length of a string value that was stored in a variable?
What is the size of enum in bytes?
What is multidimensional arrays
What is hashing in c?
what is computer
What are Macros? What are its advantages and disadvantages?
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.