Media Summary: These videos are helpful for the following Examinations - GATE Gate IT 2008 int main () { int i, j; char a [2] [3] = {{'a', 'b', 'c'}, {'d', 'e', 'f'}}; char b [3] [2]; char ...
C Programming 25 Gate 2008 Question On Loops And Character Array 2 Marks - Detailed Analysis & Overview
These videos are helpful for the following Examinations - GATE Gate IT 2008 int main () { int i, j; char a [2] [3] = {{'a', 'b', 'c'}, {'d', 'e', 'f'}}; char b [3] [2]; char ...