what does the following function print?
func(int i)
{
if(i%2)return 0;
eale return 1;
}
main()
{
int =3;
i=func(i);
i=func(i);
printf("%d",i);}

Answer Posted / ravinderreddy

1 only

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are terms in math?

594


Tell me when is a void pointer used?

648


The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none

713


What are the two forms of #include directive?

644


Explain how do you generate random numbers in c?

626






What is the use of static variable in c?

595


What is double pointer?

560


What is the use of header?

622


Is multithreading possible in c?

568


Differentiate between new and malloc(), delete and free() ?

675


What are lookup tables in c?

550


why wipro wase

1831


What does the function toupper() do?

657


Was 2000 a leap year?

632


What are the keywords in c?

643