Nbnscoe Coding Club
This page is an initiative by N.B Navle Sinhgad college of engineering Solapur to spread awareness about coding and programming among students.
This page is for education purpose
22/10/2021
What would be the output of the following programs:
void main( )
{
int i = 4, j = -1, k = 0, y, z ;
y = i + 5 && j + 1 || k + 2 ;
z = i + 5 || j + 1 && k + 2 ;
printf ( "\ny = %d z = %d", y, z ) ;
}
A): Error
B): y=1 z=1
C): y=1 z=-1
D): None of The above
main( )
{
int i = 65 ;
char j = ‘A’ ;
if ( i == j )
printf ( “C is WOW” ) ;
else
printf( "C is a headache" ) ;
}
A) :C is a headache
B): C is WOW
C): Error
The Coding Club is created to bring the students together to gain practical knowledge of programming languages.
Click here to claim your Sponsored Listing.
Category
Contact the school
Website
Address
No. 38, G*t, 1 B, Solapur/Pune Highway, Kegaon
Solapur
413255