What is the output of the following C code? Assume that the address of x is 2000 (in decimal) and an integer requires four bytes of memory. int main () { unsigned int x [4] [3] = {{1, 2, 3}, {4, 5, 6}, {7, 8, 9}, {10, 11, 12}}; printf ("%u, %u, %u", x + 3, *(x + 3), *(x + 2) + 3); } A: 2036, 2036, 2036 B: 2012, 4, 2204 C: 2036, 10, 10 D: 2012, 4, 6 GATE CSE 2015 Set 1 Question: 35 Matrix in Memory Matrix representation in memory in Hindi create a matrix using malloc in c | dynamic matrix Hindi Introduction to Two Dimensional 2D Array in Hindi Sparse Matrix and representation in memory in Hindi A memory-efficient way of representing a lower triangular matrix in memory Pass by Value VS Pass by Reference Call By Value and Call By Reference in C Pass by Value | Pass by Reference Variable in C programming in hindi | what is variable? Types of Variables in c in hindi Variables & Data Types In C Variables in C Programming | Programming in C Introduction to Variables in C Variables in C | C Language Tutorial Arrays In C Arrays in C | Introduction to Arrays Arrays & Pointers in C Array in C language Pointers In C Arrays & Pointers in C Introduction to Pointers in C Strings In C: C Tutorial In Hindi Strings in C - part 1 | C programming tutorials Strings in C Strings in C Programming | Concept of Strings in C Programming Recursion in C Recursion in C | Introduction to Recursion Recursive Functions: Recursion In C Recursion in C | Recursive function in c programming GATE CSE Preparation Strategy | Computer Science Preparation Strategy How to Prepare for GATE CSE GATE CSE Videos | GATE CSE PYQs Solution GATE CSE Tips and Tricks How I cracked GATE exam | Preparation strategy for GATE exam How to Crack GATE Exam in First Attempt How to Prepare For GATE Without Coaching How to Crack GATE Exam Without Coaching GATE Exam Preparation Strategy How to Crack GATE by Self Study Improve Score in GATE | Crack GATE Tricks Benefits of GATE EXAM | How to PREPARE WITH or WITHOUT Coaching #computerscience #computerscienceengineering #computersciencemcqs #computersciencevideos #gate #gateexam #gatecse #gatecomputerscience #gatecs #gatecsit #gate2011 #gate2023 #gate2023classes #gate2023preparation #gatepyqs #gatepyq #gatetips #gatetricks #gatepreparation #gateprepdaily #gatepreparationstrategy #gatepreviousyearquestions #gateprevioussolvedquestions #gatestrategy #gateexamprep #crackgateexam #crackgate #shortcut #shortcuts #shortcutsforstudents #shortcutvideo #btech #btechcse #btechit #bca #mca #kshitijsahu #gateq #datastructure #datastructures #datastructureandalgorithm #datastructuresandalgorithms #datastructureandalgorithms #algorithm #algorithms #designandanalysisofalgorithms #programming #programminglanguage #programminginhindi #programmer #clanguage #clanguageprogramming #programminglanguages #programminglanguages2020 #programminglanguages2021 #array #arrays #arraysinc #recursion #functioninc #pointersinc #string #strings #gate2015 #matrix #twodimension