Skip to Main Content
Xpress Learning - Computer Fundamentals of Programming an IT by Pearson
book

Xpress Learning - Computer Fundamentals of Programming an IT by Pearson

by Ashok N. Kamthane, Rohit Khurana
May 2024
Beginner to intermediate content levelBeginner to intermediate
465 pages
16h 14m
English
Pearson India
Content preview from Xpress Learning - Computer Fundamentals of Programming an IT by Pearson
II-202 Programming Concepts
32. The pointer can hold the address of
(a) a variable (b) address of address of a variable and so on
(c) points to a particular memory location (d) All of these
33. Which is incorrect
(a) The pointer is variable and cannot be made constant
(b) One type of pointer cannot hold the data with other data type
(c) The value in one location cannot be copied to another location using pointer
(d) All of these
34. Which segment is valid
(a) char *names[] = {"Rahul","Sachin"};
(b) char *names = {"Rahul","Sachin"};
(c) char **names = {"Rahul","Sachin"};
(d) All are valid
35. Choose the correct output.
void main()
{
int a[2] ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Express Learning - Computer Fundamentals and Programming

Express Learning - Computer Fundamentals and Programming

Ashok Kamthane, ITL ESL
Windows® Internals, Sixth Edition, Part 2

Windows® Internals, Sixth Edition, Part 2

David A. Solomon Mark E. Russinovich and Alex Ionescu

Publisher Resources

ISBN: 9781299954878