Computer Science, asked by vineeth41, 11 months ago

Write a function that takes an int argument and doubles it . the function does not return any value

Answers

Answered by BrainlyHulk
18

void DISPLAY(int a)

{

int d ;

d = 2a ;

}


vineeth41: thanks
BrainlyHulk: :-)
Similar questions