how many types of storage classes in c and embedded c
Answers were Sorted based on User's Feedback
Answer / sp
in c .
they are 4 storage classes
they are given below
1. auto
2. register
3.static
4. extern
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / anoop r.s
There are 4 storage classes in C.
The storage classes are used to specify the scope of a variable
The storage classes supported by C are
1.automatic storage class:-All variables declared inside a functions are automatic by default.It is represented using the keyword auto.If not assigned,it will be initialized with garbage values
2.static storage class:The variable declared as static will be accessible to all the functions inside the programs.The keyword used is static>these variables are initialized to zero if not assigned by the user
3.Register storage class:The are the variable that are frequently used in a program.Instead of storin in RAM,there variables are stored in registers.No immediate addressing can be used with these variables
4.Extern storage class:These are the variable declared in one program and can be used from other program
Is This Answer Correct ? | 0 Yes | 0 No |
why we use +ve load distribution in 24v , and -ve load distribution in 48volt.?
What is scada
what is colur code of resistor value 5.6kohms
How the current is reduced to zero in a photodiode?
What is the need of filtering ideal response of filters and actual response of filters? What is sampling theorem? What is impulse response?
Define digital system?
if once can say that after 3 year at which position do you see yourself
1.antenna is passive or active?? add why? 2.diff b/w tch drop & tch block?? 3 diff. b/w sdcch drop & sdcch block??
What is a combinational circuit?
what do u want to be in 5 years and how r u planning for that?
Explain what are the two mechanisms of breakdown in a p-n junction?
How to convert design gray to binary code?