@reya-SMihdC
•
Oct 22, 2024
Oct 22, 2024
1.4K
Polaris placement papers and selection process
Placement Questions:
1) void main( )
{
int i;
i=(2,3);
printf(%d,i);
}
a) 2 b) 3 c) garbage value. d)none of these.
Ans : b)3.
2) void main( )
{...