Computer Science, asked by uniquehamdanih, 6 months ago

#define VALUE = 120 in C programming

Answers

Answered by AnushGudimetla
1

C program to define value 120 -

int value = 120;

Similar questions