Predict the output:
#include stdio.h
int main() {
float l, b;
float P = 2*(l+b);
printf("Perimeter=%d", P);
}

Posted on by