Computer Science, asked by sv6762107, 2 months ago

write a C program to find volume of a a cube. good evening guys​

Answers

Answered by yogendrasingh6400
1

Answer:

C Program

#include <stdio.h>

int main()

{

int a=4;

int volume=a*a*a;

printf("Volume of the cube=%d",volume);

Explanation:

please mark my answer as branalist

Answered by naeshpawsan123
1

Answer:

I want to talk with you yrr please

Similar questions