2,168 views
0 votes
0 votes
Pointers in C-programming are useful to

1.Handle data tables efficiently.

2.Reduce the length of a program.

3.Reduce the complexity of a program.

Which of the above statements are correct?

a) 1 and 2 only

b) 1,2 and 3

c) 2 and 3 only

d) 1 and 3 only

1 Answer

1 votes
1 votes
Ans: D

1.Can handle data Records in Table using Pointers

ex: Hash Tables

2.Pointer will increase the memory and program

3.direct access will be there with the address of variable/arrays/linked lists

Related questions

0 votes
0 votes
1 answer
1
miller asked Feb 3, 2019
459 views
Hi everyone!I've been recently asked by one of my friends to prove an equation but still, I'm confused how to get it started tho.log(n!) = Ω(nlog(n))Does anyone know ho...
0 votes
0 votes
0 answers
2
Pranav Madhani asked Dec 24, 2017
302 views
How can i learn to solve questions based on impllications , contrapositive, conjuction etc maths proportional logic? I am not able to solve any single question of that ...
0 votes
0 votes
1 answer
3