f()
{
int a=2;
f1(a++);
}
f1(int c)
{
printf("%d", c);
}
c=?
Answer Posted / jasna.c
no output
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
write a progrmm in c language take user interface generate table using for loop?
What is a wrapper function in c?
what is the syallabus of computer science students in group- 1?
How can I generate floating-point random numbers?
Which header file is used for clrscr?
Explain what is wrong with this program statement? Void = 10;
How many header files are in c?
Why do we use main function?
Does c have circular shift operators?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
what does static variable mean?
What is the use of ?
In C language what is a 'dangling pointer'?
I need a sort of an approximate strcmp routine?
Differentiate Source Codes from Object Codes