DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents Ajan.coding

Question No. 1 --> void main() { int a=10,b=20; char x=1,y=0; if(a,b,x,y) { printf("EXAM"); } } What is the output? 1) XAM is printed 2) exam is printed 3) Compiler…

Documents C MCQ

C Multiple Choice Questions Page 1 2 >>> Question No. 1 --> void main() { int a=10,b=20; char x=1,y=0; if(a,b,x,y) { printf("EXAM"); } } What is the…

Documents JavaScript Programming an Introduction Prepared By P .D. Krolak and M.S. Krolak

JavaScript Programming an Introduction Prepared By P .D. Krolak and M.S. Krolak Based on material from JavaScript Unleashed (2nd Ed) JavaScript Objects Objects hold data…