The books i have already read :- 1. C ANSII Edition ( Cant understand their language ) 2. C tutor 3. Pointers and memory ( Stanford )
#include<stdio.h> #define SQR(x) x * x int main() { printf("%d", 225/SQR(15)); } why this program outputs 225 instead of 1 (according to...
Separate names with a comma.