Do pointers store the address of value or the actual value of a variable?
No Answer is Posted For this Question
Be the First to Post Answer
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }
Is that possible to store 32768 in an int data type variable?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Difference between Shallow copy and Deep copy?
What does a pointer variable always consist of?
What are Storage Classes in C ?
32 Answers CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,
what is the use of #pragma pack, wer it is used?
WHAT IS FLOAT?
Explain what does the function toupper() do?
Who is the main contributor in designing the c language after dennis ritchie?
Are there constructors in c?