What is Generic pointer? What is the purpose of Generic
pointer? Where it is used?

Answer Posted / rambabu

generic pointer is a pointer and it accept any data
type.suppose u give int as the our data type but u give
float as the value to the program then it will accept

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an endless loop?

1046


program for reversing a selected line word by word when multiple lines are given without using strrev

2174


What is build process in c?

868


What is difference between Structure and Unions?

876


How to write a multi-statement macro?

821


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

882


What is difference between static and global variable in c?

760


What is null pointer constant?

783


any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

828


What are directives in c?

736


Explain how do you generate random numbers in c?

815


What is oops c?

853


What is class and object in c?

810


How can I list all of the predefined identifiers?

761


1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if

4217