f()
{
int a=2;
f1(a++);
}
f1(int c)
{
printf("%d", c);
}
c=?

Answer Posted / xx

no output

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How #define works?

614


How to draw the flowchart for structure programs?

8762


Explain what is the difference between #include and #include 'file' ?

583


Does c have class?

613


What does p mean in physics?

581






What is the difference between functions getch() and getche()?

619


Ow can I insert or delete a line (or record) in the middle of a file?

574


Can a pointer be volatile in c?

535


Does sprintf put null character?

601


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

1212


What is ## preprocessor operator in c?

611


Why n++ execute faster than n+1 ?

1846


What would be an example of a structure analogous to structure c?

574


write a program to rearrange the array such way that all even elements should come first and next come odd

1760


What is size of union in c?

578