USofA1896 USofA1896 15-01-2024 Computers and Technology contestada What does this program print on the screen?#include int main() { int i=3, *j, k; j=&i; printf("%d\n",i**j*i-*j); return 0;}