jitender ahuja


{ City }
< Country > india
* Profession * asst. prof.
User No # 93033
Total Questions Posted # 2
Total Answers Posted # 0

Total Answers Posted for My Questions # 3
Total Views for My Questions # 8836

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 0
Questions / { jitender ahuja }
Questions Answers Category Views Company eMail

int main() { int x=10; printf("x=%d, count of earlier print=%d", x,printf("x=%d, y=%d",x,--x)); getch(); } ================================================== returns error>> ld returned 1 exit status =================================================== Does it have something to do with printf() inside another printf().

1 C Code 4364

int main() { int x=10; printf("x=%d, count of earlier print=%d", x,printf("x=%d, y=%d",x,--x)); getch(); } ================================================== returns error>> ld returned 1 exit status =================================================== Does it have something to do with printf() inside another printf().

2 C Code 4472




Answers / { jitender ahuja }