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

Answer Posted / raj

f1 should have a prototype

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of sorting are there in c?

611


What are valid operations on pointers?

668


What is pointer in c?

741


how should functions be apportioned among source files?

627


Explain how can I right-justify a string?

625






What is operator precedence?

644


Why is struct padding needed?

631


How do we declare variables in c?

569


Why is c platform dependent?

623


Explain what is the difference between a string and an array?

640


What are the types of data structures in c?

600


What is the g value paradox?

645


What are the functions to open and close the file in c language?

594


Write a program to generate random numbers in c?

664


Explain how do you generate random numbers in c?

626