- Q Why we use vestigial side band (VSB-C3F) transmission for picture?
- Q How do you code file field renames in ile rpg?
- Q What is the call frequency?
- Q What types of loans have you worked on?
- Q Suppose you come forward with a usability recommendation, and the engineers counter that with, "All the usage data we have from millions of people suggest that is not a problem." How would you respond?
- Q Can samba be a backup domain controller to an nt4 pdc?
- Q Briefly describe the location, posture, shapes, portions, and cavity of the uterus.
- Q what is Automatic and Manual Locking
- Q In Bradshaws you would find information about what
- Q What are the characteristics of a creative child?
- Q Wild life Institute of India is at ____ city?
Question
Where are auto variables stored? What are the characteristics of an auto variable?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Answers
Auto variables are defined under automatic storage class. They are stored in main memory.
- Main memory
- CPU registers
Memory is allocated to an automatic variable when the block containing it is called. When the block execution is completed, it is de-allocated.
Characteristic of auto variables:
- Stored in: main memory
- Default value: garbage
- Scope: Local to the block where it is defined
- Life: Till the control stays in the block where it is defined Your Comment
- Main memory
- CPU registers
Memory is allocated to an automatic variable when the block containing it is called. When the block execution is completed, it is de-allocated.
Characteristic of auto variables:
- Stored in: main memory
- Default value: garbage
- Scope: Local to the block where it is defined
- Life: Till the control stays in the block where it is defined Your Comment
- 0
- 0
- New Answer
- Contributors: *,
More Software Questions..
What is the inputsplit in map reduce software?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is software configuration management?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What Is Java Api For Xml-based Rpc (jax-rpc)?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
How can you implement fine-grained auditing?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is IBM’s simple explanation for Big Data’s four critical features?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is static synchronized method in JDBC API? Give an example?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What does the NULLIF function do?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What happens if a start method is not invoked and the run method is directly invoked?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Should we override finalize method
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
what is the difference between mysql_fetch_array and mysql_fetch_object?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
How will XML affect my document links?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Why to use Style Sheets?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What are Filters in MVC?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Can you explain Application layer in OSI model?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
How to define new testplan attributes?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Which oracle package is used to manage the oracle lock management services?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is marker interface?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What types of partitioning are there for BW?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,