What is Generic pointer? What is the purpose of Generic
pointer? Where it is used?
Answer Posted / veluri.haritha
It is a pointer to hold the address of variable of any data
type.it can be declared using void data type .It is used in
memory allocation functions etc.....
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What does double pointer mean in c?
How can I write a function analogous to scanf?
Why enum is used in c?
What are the types of functions in c?
What is the difference between text and binary i/o?
Which node is more powerful and can handle local information processing or graphics processing?
Tell us bitwise shift operators?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
Why can’t we compare structures?
What is the concatenation operator?
Can you please compare array with pointer?
Write a C program linear.c that creates a sequence of
processes with a given length. By
sequence it is meant that each created process has exactly
one child.
Let's look at some example outputs for the program.
Here the entire process sequence consists of process 18181:
Sara@dell:~/OSSS$ ./linear 1
Creating process sequence of length 1.
18181 begins the sequence.
An example for a sequence of length three:
Sara@dell:~/OSSS$ ./linear 3
Creating process sequence of length 3.
18233 begins the sequence.
18234 is child of 18233
18235 is child of 18234
........ this is coad .... BUt i could not compleate it .....:(
#include
Tell me with an example the self-referential structure?
What is the main difference between calloc () and malloc ()?
What is the difference between int main and void main in c?