Thank you Visiting In Advance
BY IT PROGRAMMING WORLD
Data and File Structure Using C
Multiple
Choice Questions
Note:
- All Answers in Red Color
1.
What is the output of this C Code?#include<stdio.h>main(){ int
a[2][3]={1,2,3,4,5}; ...
Rss feed
Showing posts with label DATA AND FILE STRUCTURE IN C. Show all posts
Showing posts with label DATA AND FILE STRUCTURE IN C. Show all posts
Friday, 6 January 2017
Thursday, 5 January 2017

Thank you Visiting In Advance
BY IT PROGRAMMING WORLD
Data and File Structure using ‘C’ MCQ
Note: - Answers are in Red Color.
1. The memory address of the first element of
an array is called
a. floor address
b. foundation address
c. first address
d. base address
Ans
d. base address
2. The memory address
of fifth element of an array can be calculated by the
formula
a.
LOC(Array[5]=Base(Array)+w(5-lower bound), where w is...
You Might Also Like
Developing Data-Centric Windows Applications using Java
Developing Data-Centric Windows Applications using Java Introduction The Core Java Programming and JDBC course provides an introd...