#include <stdio.h> //(sizeof double = 10, float = 5, void = 4) #define PI 3.14 int main() { printf("%d", sizeof(PI)); }
8
Previous Question Next Question
Your comments will be displayed only after manual approval.