What is static memory allocation?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between void main() and int main()?
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }
how to find the binary of a number?
What is wrong with this code?
What does 3 periods mean in texting?
Why structure is used in c?
code for quick sort?
How do you sort filenames in a directory?
What is sorting in c plus plus?
what are bit fields in c?
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table