English, asked by katrothveeramani991, 24 days ago

ఆ) జానపదగేయాల్లో రామాయణ సంబంధమైన గేయాలు ఎక్కువగా ఉండడానికి కారణాలు ఏమిటి?
'గుహజీవనంలో ఓసూరుసటిరంకుమరావతనది
దీనిపై మీ అభిప్రాయం ఏమిటి?​

Answers

Answered by itzRealQueen
2

Answer:

4. void product ( void ) { int a, b, c, result; printf ( “Enter three integers: ”) scanf ( “%d%d%d” , &a, &b, &c); result = a * b * c; printf ( “Result is %d”, result ); return result; }

Similar questions