What will be the output of the following program?
- c questions
- c (null)
- (null) (null)
- (null) questions
- None of above
Correct answer (null) (null) & None of above
Run time Error or (null) (null) output varies with compiler
Explanation:
We cannot assign any string constant in the null pointer by strcpy function.
0 comments:
Post a Comment