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
What are keywords in c with examples?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
What is putchar() function?
What is an arrays?
What is anagram in c?
I need previous papers of CSC.......plz help out by posting them.......
How to establish connection with oracle database software from c language?
What is variable declaration and definition in c?
Are there constructors in c?
Place the #include statement must be written in the program?
What does typeof return in c?
What do you understand by normalization of pointers?
How to compare array with pointer in c?
Explain the advantages of using macro in c language?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff