The statement, int(*x[]) () what does in indicate?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between constant pointer and pointer to a constant.
What is the difference between int main and void main in c?
what are the uses of structure?
Where are local variables stored in c?
What are the advantages and disadvantages of pointers?
What are run-time errors?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
what is the differance between pass by reference and pass by value.
What is wild pointer in c with example?
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
Why double pointer is used in c?
What is an lvalue and an rvalue?