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
What is an endless loop?
program for reversing a selected line word by word when multiple lines are given without using strrev
What is build process in c?
What is difference between Structure and Unions?
How to write a multi-statement macro?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What is difference between static and global variable in c?
What is null pointer constant?
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
What are directives in c?
Explain how do you generate random numbers in c?
What is oops c?
What is class and object in c?
How can I list all of the predefined identifiers?
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