what is a void pointer?

Answer Posted / vadivel t

void pointer is a pointer which can be point to any kind of
data types

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe explain how arrays can be passed to a user defined function

605


What is meant by 'bit masking'?

885


What is the right type to use for boolean values in c?

587


Why do we use & in c?

591


Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

5464






write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

3188


What are header files? What are their uses?

640


Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

1737


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

3982


What is the process to generate random numbers in c programming language?

610


What is a lvalue

664


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

1906


What is wrong in this statement?

606


What is the function of this pointer?

674


What is the value of uninitialized variable in c?

576