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 Lecture 2c stacks

1. STACKS- INTRODUCTION Data structures are organized grouping of data items, treated as a unit regarded as data aggregates e.g. arrays, trees, stacks, queues.  Data…