Q. where is the below variables stored ?
- volatile, static, register
Answer Posted / c p
local variables-->stack memory
global variable-->global or static memory
register variable-->CPU registers
static variable-->global and static memory
(stack memory+(globel memory or static memory)+heap memory)=DATA MEMORY
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
will u please send me the placement papers to my mail???????????????????
What is #line used for?
How can I direct output to the printer?
find the sum of two matrices and WAP for it.
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What are static variables in c?
Explain why can’t constant values be used to define an array’s initial size?
using only #include
What are the types of i/o functions?
What is clrscr ()?
How do you generate random numbers in C?
What is cohesion and coupling in c?
how to find binary of number?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(