Home
Q&A
Education
Technology
Credit
General
Health
Insurance
Questions
Ask a Question
What are valid operations on pointers in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
What are valid operations on pointers in C Programming?
interview-question-answer
technology-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 9, 2020
by
JackTerrance
(
1.8m
points)
The only two permitted operations on pointers are
Comparision ii) Addition/Substraction (excluding void pointers)
Please
log in
or
register
to add a comment.
Related questions
+1
vote
Q: What are the valid places for the keyword break to appear in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
interview-question-answer
technology-questions-answers
+1
vote
Q: What is the advantage of declaring void pointers in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
interview-question-answer
technology-questions-answers
0
votes
Q: Describe Wild Pointers in C Programming?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
interview-question-answer
technology-questions-answers
+1
vote
Q: Is 068 a valid octal number in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
interview-question-answer
technology-questions-answers
0
votes
Q: What is a pointer on a pointer in C programming language?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
interview-question-answer
technology-questions-answers
...