Computer Science, asked by arpanar79, 5 months ago

To assign 100 to a numeric variable "A".​

Answers

Answered by anjali805tiwari
1

Answer:

int A = 100 ; in c and c++

A = 100 in python

Similar questions