What is Dynamic Initialization.

Answer Posted / saranya

initialize during the runtime of the program execution.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

2353


Explain how can I remove the trailing spaces from a string?

709


How pointers are declared?

639


What are the 4 types of organizational structures?

702


What is character set?

779






int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

743


How can I generate floating-point random numbers?

699


Explain what is wrong with this statement? Myname = ?robin?;

1183


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

863


write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

3482


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

785


What is the difference between test design and test case design?

1669


When do we get logical errors?

725


Why isnt any of this standardized in c?

735


Write the syntax and purpose of a switch statement in C.

732