What does the following C statement do? while(*c++ = *d++); assuming c and d are pointers to characters.
By admin on Jan 8, 2007 in C Interview Questions
The loop will be executed until d reaches a null character
Java Interview Questions | IT interview questions | Software Testing Interview questions | .Net Interview Questions | Job Interview Questions & Answers | Tough Interview Questions | Technology Interview Questions | Tech Interview Questions | Testing Interview Questions | SAP Interview Questions | ABAP Interview Questions | Data Warehousing Interview Questions
Current ArticleBy admin on Jan 8, 2007 in C Interview Questions
The loop will be executed until d reaches a null character