#include <stdio.h> int main(void) { double d; short s; d = 23234564568788.5; d = s = d; printf("%lf\n", d);}
Standard input is empty
32767.000000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!