what is a void pointer?
Answers were Sorted based on User's Feedback
Answer / karthik
void *p;
its void pointer.
it can point to any pointer like int*,char*,etc....
that is use of void*.
| Is This Answer Correct ? | 3 Yes | 2 No |
A program to allow an input operand and operator from the operator and read on the display and output operand.
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Why does the call char scanf work?
Which is an example of a structural homology?
why 'c' is called middle level language.
Does c have class?
triangle number finding program...
Identify the operators that is not used with pointer a. && b. # c. * d. >>
What is character constants?
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch