Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1

Showing Answers 1 - 1 of 1 Answers

Sivaswami

  • Oct 13th, 2005
 

The output will be error for the program as /* is the starting tag for a comment in c program.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions