f()
{
int a=2;
f1(a++);
}
f1(int c)
{
printf("%d", c);
}
c=?
Answer Posted / vignesh1988i
c=2
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
I have seen function declarations that look like this
What is difference between && and & in c?
What is the difference between a string and an array?
what is the structure pointer?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
how could explain about job profile
what are enumerations in C
What are qualifiers?
Why do we use int main instead of void main in c?
Are pointers integers in c?
Is c a great language, or what?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What is dangling pointer in c?