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

What are multibyte characters?

639


What does node * mean?

703


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

680


What is #pragma statements?

583


What is the total generic pointer type?

718






what is the function of pragma directive in c?

615


Explain output of printf("Hello World"-'A'+'B'); ?

967


What are the different types of endless loops?

612


What type of function is main ()?

579


Why do we use & in c?

580


Why calloc is better than malloc?

565


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

2401


What is meant by operator precedence?

666


Is that possible to add pointers to each other?

890


What is the best way of making my program efficient?

561