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
Define and explain about ! Operator?
What are c identifiers?
using for loop sum 2 number of any 4 digit number in c language
Is there any demerits of using pointer?
How many parameters should a function have?
What are keywords c?
What does it mean when the linker says that _end is undefined?
What is the use of f in c?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
write a program in c language to print your bio-data on the screen by using functions.
What is anagram in c?
When should the volatile modifier be used?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What is the difference between typedef struct and struct?
What is modeling?