DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents CS 241 Section Week #1

CS 241 Section Week #1 1/28/10 About Sections Each week: We’ll spend additional time on topics that the instructors feel should be reviewed. We’ll prepare you for the…

Documents Time to Put on your thinking Hats

Compiled By Nidhi Poddar @ VITA Compiled By Nidhi Poddar @ VITA void main() { int a=32767; printf(â%dâ, a); } * Compiled By Nidhi Poddar @ VITA Compiled By Nidhi Poddar…

Documents c interview questions

1. { void main() int d=5; printf("%f",d); }Ans: Undefined 2. { int i; for(i=1;i k=255; */ signed j=-1; /* char k= -1 => k=65535 */ /* unsigned or signed int…