036. Technical interview question: Give the output of following code Prashant Chaudhari 6 years ago int main() { int x = 10; while( x --> 0 ) { printf("%d ", x); } printf("\n"); }