Member • Mar 18, 2014
SizeOf operator in C : Why is the output 6?
#includeWhy is the output 6?#include char name[] = "aadit"; int main(void) { printf("%d\n",sizeof(name) ); }
Member • Mar 18, 2014
#includeWhy is the output 6?#include char name[] = "aadit"; int main(void) { printf("%d\n",sizeof(name) ); }
Administrator • Mar 18, 2014
Member • Mar 18, 2014
Member • Mar 18, 2014
Member • Mar 18, 2014