hi
i have problem i have to devolpe a program ,that can't use a printf ,but i have to display a string.
is this works
int a = printf("How is this\n");
main()
{
int b;
}
This will work in C++ wht abt c?
AND one more HOW sizeof()
implemented in C means Sourrce code ?