269 views
0 votes
0 votes
Consider a pointer declaration int i=10,*p; p=&x;
Is p – – ; a valid statement, justify?
 
explain in as simple way as possible.

1 Answer

1 votes
1 votes
where is x?here p-- can goto segemtation fault or page fault a sccessing memeory address of different process

Related questions

0 votes
0 votes
2 answers
1
iarnav asked May 27, 2017
484 views
What is meant by precedence rule for evaluation of expressions?
0 votes
0 votes
1 answer
2
iarnav asked May 27, 2017
244 views
What are structured languages and what are their major features?
0 votes
0 votes
1 answer
3
iarnav asked May 27, 2017
243 views
What is the main difference between array of pointers and pointer to an array? please Explain with the help of a program/example
0 votes
0 votes
0 answers
4
iarnav asked May 27, 2017
177 views
how to Write a program to search a key string in a array of strings,if a key string is found then return its position and then replace that key string by any string using...