int i;
i=2;
i++;
if(i=4)
{
printf(i=4);
}
else
{
printf(i=3);
}
output of the program ?
Answer Posted / ruchi
outout will be 4 in case code is printf("i=4");
printf("i=3");
else this program will show two error
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Can a function argument have default value?
What are types of functions?
Why isn't it being handled properly?
Is that possible to add pointers to each other?
Is null always defined as 0(zero)?
Is main an identifier in c?
How can I ensure that integer arithmetic doesnt overflow?
Is r written in c?
What is double pointer?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
please send me the code for multiplying sparse matrix using c
What is a string?
Explain that why C is procedural?
What is n in c?
What is the difference between constant pointer and constant variable?