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
How do you list files in a directory?
how to use showbits function?
Explain the meaning of keyword 'extern' in a function declaration.
Is c functional or procedural?
How can this be legal c?
What does the c in ctime mean?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
What is a memory leak in structures? How can we rectify that?
code for inverse a matrix
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
marge linklist