MCQOPTIONS
Bookmark
Saved Bookmarks
→
C Programming
→
Floating Point Issues in C Programming
→
*sptr = &c;..
1.
*sptr = &c;
A.
**sptr = &c;
B.
*ptr1 = &c;
C.
none of the mentioned
Answer» B. *ptr1 = &c;
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Comment on the output of the following C code.
What substitution should be made to //-Ref such that ptr1 points to variable c in the following C code?
You cannot apply any arithmetic operand to a pointer
Which of the following declaration will result in run-time error?
*sptr = &c;
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply