#include <stdio.h> void main() { int num = 7.5 % 3; printf("Value of x is %d", num); }
Compilation Error
Previous Question Next Question
Your comments will be displayed only after manual approval.