Answers

Question and Answer:

  Home  Signature Program

⟩ Explain What will be the output of the expression 11^5?

by using functions

eg:

main()

{

sum();

}

sum()

{

int i,j;

printf("enter i,j values:");

scanf("%d%d",&i,&j);

printf("%d",i+j);

}

 177 views

More Questions for you: