September 5, 2009
C
What is a pointer in C? What are the advantages of using pointers? How is pass by reference achieved using pointers in C? What are the differences between malloc() and calloc()? How to use realloc() to dynamically increase size of an already allocated array? What is the equivalent pointer expression for referring an element a[i][j][k][l], [...]
Read the full article →
September 4, 2009
C
This quiz is a past event on Twitter. Twitter Quiz is unique format of quiz conducted by Interview Mantra. It is a short quiz of 10 questions. This quiz was on C Language. Read more about Interview Mantra Twitter Quiz> The Quiz questions, answers and their explanations have been consolidated as a blog post for [...]
Read the full article →