#include <stdio.h>
int main()
{
const int LENGTH = 10;
const int WIDTH = 5;
const char NEWLINE = '\\';
int area;
area = LENGTH * WIDTH;
printf("value of area : %d", area);
printf("%c", NEWLINE);
return 0;
}
Step-by-step explanation:
N is number of turns
l is conductor length
mu_0 is permeability
5.6m questions
7.3m answers