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

a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

0 Answers  


Give me the code of in-order recursive and non-recursive.

0 Answers   DELL,


Without using main fn and semicolon,print remainder for a given number in C language

2 Answers  


What is void main () in c?

0 Answers  


#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?

4 Answers   Ramco,






which operator having highest precedence? a.)+ b.)++ c.)= d.)%

4 Answers  


When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?

2 Answers   Aloha Technology,


write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.

1 Answers  


If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.

0 Answers   TCS,


what is the code for getting the output as * ** ***

5 Answers   Caritor,


What is c++ used for today?

0 Answers  


Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?

1 Answers   Infosys,


Categories