int i;
i=2;
i++;
if(i=4)
{
printf(i=4);
}
else
{
printf(i=3);
}
output of the program ?
Answer Posted / jignesh patel
output of this program is 3
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
What is the use of bit field?
Explain how do you determine a file’s attributes?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Explain how do you view the path?
What is the use of gets and puts?
What is pointers in c with example?
Explain built-in function?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
How many parameters should a function have?
what are the facialities provided by you after the selection of the student.
Do array subscripts always start with zero?
What is assignment operator?
Explain how do you override a defined macro?
What is string constants?
Explain what is the difference between far and near ?