Top

Discussion

What is the output of this program?

#include 
int main()
{
  printf("%d",30);
  return 0;
}

 

  • A.Runtime Error
  • B.Garbage value
  • C.Compilation error
  • D.30

Answer: C

No answer description available for this question.

No comment is present. Be the first to comment.
Loading…

Post your comment