Which statement/s is/are
correct about intercellular junctions?
What is the output of the below program
#include<stdio.h>
int main()
{
int i,j,k;
for(i=0,j=2,k=1;i<=4;i++)
{
printf("%d ",i+j+k);
}
return 0;
}
The subtraction of binary numbers 10111010 and 01110101 results in