What will be the output of the following code snippetdict1 = {'first' : 'sunday', 'second' : 'monday'} dict2 = {1: 3, 2: 4} dict1.update(dict2) print(dict1)#includeiostreamusing namespace std;int main (){int cin;cin cin;cout "cin: " cin;return 0;}
#includestdio.hvoid main(){char a = 'a', b = 'b';char c=a++;{c = c--;printf("%c ", c);}printf("%c", c);}