+ 1
Output shows as 8x...why?? And wen i give %s prints some string why..xplain me plz
#include <stdio.h> #define print(x) #x int main() { printf("%c"print(x)); return 0; }
4 Réponses
+ 1
please correct the syntax function not correctly defined
+ 1
define should be void there should be no #
it is used for using libraries
0
could u crct it
Wich one r u telling
0
no man....# can be used stringizing operator too