445 views
1 votes
1 votes
Please tell the output with explanation!

#include<stdio.h>

int main()

{

int a,b;

printf("%d ",12);

printf("%d ",143);

printf("%d ",scanf("%d%d",&a,&b));

}

2 Answers

Related questions

0 votes
0 votes
1 answer
1
stblue asked Oct 18, 2017
768 views
#include <stdio.h>int main(){ int a[] = {50, 60, 10, 30, 40, 20 }; int *b[] = {a+3, a+4, a, a+2, a+1, a+5 }; int c = b; c++; printf("%u, %u, %u\n", c-b, *...
0 votes
0 votes
0 answers
3
Dipayan asked Mar 16, 2022
222 views
With the required GATE rank, would the 4 year BS(Res) programme be considered equivalent to a BTech/BE degree? It is not explicitly mentioned on the IISc CSA website.