Sorry! Posting Assignment is allowed only for commercial accounts.
arr[5]={1,2,3,4}for(int ele:arr) print(ele)
#include<stdio.h>main(){ int x = 1; float y = x>>2; printf( "%f", y );}