what does the following statement mean?
int (*a)[4]
No Answer is Posted For this Question
Be the First to Post Answer
Can you use the function fprintf() to display the output on the screen?
What do you mean by vtable and vptr in c++?
What is class and structure in c++?
What is copy constructor? Can we make copy constructor private in c++?
What is a c++ object?
What is null and void pointer?
What are the basic data types used in c++?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
Where the memory to the static variables is allocated?
Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?
What is an adjust field format flag?
How to declare an array of pointers to integer?