Font size:
Print
Question: Valid C statement to allocate 20 bytes to an integer pointer P is:

1. P=(int*) malloc (20)
2. *P=(int*) malloc (20;)
3. P=(int*malloc*20)
4. &P=(int*) malloc (20)
Prev Question which of the following variable declaration wou...
Next Question Data mining can be used as ..................tool.