Blogmepost
Latest Questions
Contact Us
What are valid operations on pointers in C Programming?
Home
>
Technology
>
What are valid operations on pointers in C Programming?
+1
vote
15
views
What are valid operations on pointers in C Programming?
#c
programming
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
Add Answer
1
Answer
0
votes
The only two permitted operations on pointers are
Comparision ii) Addition/Substraction (excluding void pointers)
answered
Nov 9, 2020
by
JackTerrance
(
189k
points)
Related questions
+1
vote
1
answer
11
views
11
views
What is a string length in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c
programming
+1
vote
1
answer
16
views
16
views
Where the address of operator (&) cannot be used in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c
programming
+1
vote
1
answer
11
views
11
views
What is the purpose of the keyword typedef in C Progamming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-
programming
+1
vote
1
answer
14
views
14
views
What are the valid places for the keyword break to appear in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
16
views
16
views
What is the advantage of declaring void pointers in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
0
votes
1
answer
9
views
9
views
Describe Wild Pointers in C Programming?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
0
votes
1
answer
13
views
13
views
What is a pointer on a pointer in C programming language?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
15
views
15
views
Is 068 a valid octal number in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
0
votes
1
answer
20
views
20
views
What are command line arguments in C Programming?
asked
Jan 18
in
Technology
by
JackTerrance
(
189k
points)
c-programming
+1
vote
1
answer
10
views
10
views
What are enumerations in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
15
views
15
views
What are the different ways of passing parameters to the functions in C Programming? Which to use when?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
10
views
10
views
What are command line arguments in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
10
views
10
views
What are bit fields in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
32
views
32
views
What are the ways to a null pointer that can be used in the C programming language?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
15
views
15
views
What are the modifiers available in C programming language?t
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
0
votes
1
answer
33
views
33
views
What are the key features in the C programming language?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
0
votes
1
answer
21
views
21
views
What is the advantage of pointers in C?
asked
Jan 22
in
Technology
by
JackTerrance
(
189k
points)
c-programming
pointer-interview-questions-in-c
cprogramming
0
votes
1
answer
21
views
21
views
What is void or Generic pointers in C?
asked
Jan 21
in
Technology
by
JackTerrance
(
189k
points)
c-programming
pointer-interview-questions-in-c
+1
vote
1
answer
13
views
13
views
How many operators are there under the category of ternary operators in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
0
votes
1
answer
9
views
9
views
What are reserved words with a C programming language?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
0
votes
1
answer
14
views
14
views
What is recursion in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
0
votes
1
answer
11
views
11
views
What is typecasting in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
0
votes
1
answer
6
views
6
views
What is the purpose of #undef preprocessor in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
19
views
19
views
What is the built-in function to append one string to another in C Programming ?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
17
views
17
views
What is the default value of local and global variables in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
...