What is Dynamic Initialization.

Answer Posted / thanigaivel.s

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

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how can you determine the size of an allocated portion of memory?

829


The program will first compute the tax you owe based on your income. User is prompted to enter income. Program will compute the total amount of tax owed based on the following: Income Tax 0 - $45,000 = 0.15 x income $45,001 - $90,000 = 6750 + 0.20 x (income – 45000) $90,001 - $140,000 = 15750 + 0.26 x (income – 90000) $140,001 - $200,000 = 28750 + 0.29 x (income – 140000) Greater than $200,000 = 46150 + 0.33 x (income – 200000) Dollar amounts should be in dollars and cents (float point numbers with two decimals shown). Tax is displayed on the screen.

1291


Why is it that not all header files are declared in every C program?

900


explain how do you use macro?

902


Can main () be called recursively?

882


What are run-time errors?

813


What is structure padding in c?

831


What is the ANSI C Standard?

998


Why do we need functions in c?

739


What is the difference between malloc() and calloc() function in c language?

825


What are external variables in c?

779


What is a floating point in c?

803


Do you know pointer in c?

803


about c language

1798


How can you determine the maximum value that a numeric variable can hold?

886