What will the code below print when it is executed?
int x = 3, y = 4;
if (x = 4)
y = 5;
else
y = 2;
printf ("x=%d, y=%d
",x,y);
No Answer is Posted For this Question
Be the First to Post Answer
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is a const pointer, and how does it differ from a pointer to a const?
i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement
in which language c language is written?
What is an arrays?
difference between memcpy and strcpy
Why C language is a procedural language?
What are global variables?
What is array within structure?
Without using main fn and semicolon,print remainder for a given number in C language
What are pragmas and what are they good for?
#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }
12 Answers Capital IQ, Sasken,