where are auto variables stored? What are the characteristics of an auto variable?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between near, far and huge pointers?
Explain the difference between ++u and u++?
let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
What is Bitwise Operator and how it works?
What is the difference between abs() and fabs() functions?
Explain which function in c can be used to append a string to another string?
Why doesnt this code work?
What is #define size in c?
How are Structure passing and returning implemented by the complier?
What is external variable in c?
Is c is a middle level language?