What is a structure and why it is used?
No Answer is Posted For this Question
Be the First to Post Answer
Why is not a pointer null after calling free?
Where static variables are stored in memory in c?
What is a null pointer in c?
what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack
What is the use of a ‘