017. Technical interview question: Give the output of the following code Prashant Chaudhari 6 years ago #include<stdio.h> int main() { printf("%d %d %d", sizeof(3.14), sizeof(3.14f), sizeof(3.14L)); return 0; }