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
What is pass by reference in c?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
What is a loop?
How can I read a binary data file properly?
write an algorithm to display a square matrix.
Why do some versions of toupper act strangely if given an upper-case letter?
Why do we use null pointer?
What is structure padding in c?
Do you know null pointer?
What are the types of c language?
What is the c value paradox and how is it explained?
What is the purpose of macro in C language?
In which language linux is written?
What are pointers really good for, anyway?
What is stack in c?