How would you reverse the characters of an array?
an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
Does mentioning the array name gives the base address in all the contexts?
How can you correct these errors?
Explain binary searching, Fibonacci search.
How would you use qsort() function to sort the name stored in an array of pointers to string?
What do you mean by Syntax Error
What is the similarity between a Structure, Union and enumeration?
How would you use bsearch() function to search a name stored in array of pointers to string?
Difference between arrays and linked list?
Are the expressions arr and &arr same for an array of integers?
Evaluate the following prefix expression " ++ 26 + - 1324" (Similar types can be asked)
What do you mean by Runtime Error
How do you declare An array of three pointers to chars
Can you dynamically allocate arrays in expanded memory?