How do you declare A pointer to function which receives an int pointer and returns a float pointer
No Answer is Posted For this Question
Be the First to Post Answer
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
What is oops in c++?
What is protected inheritance?
What is a literal in c++?
What is difference between rand () and srand ()?
What is general form of pure virtual function? Explain?
Explain how to initialize a const member data.
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
Write the program form Armstrong no in c++?
Distinguish between a # include and #define.
If you don’t declare a return value, what type of return value is assumed?
What are abstract data types in c++?