10. Study the code:
void show()
main()
{
show();
}
void show (char *s)
{
printf("%sn",s);
}
What will happen if it is compiled & run on an ANSI C
Compiler?
A)It will compile & nothing will be printed when it is
executed
B)it will compile but not link
C)the compiler will generate an error
D)the compiler will generate a warning

Answer Posted / hanumant

C)the compiler will generate an error

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c procedural or functional?

595


any "C" function by default returns an a) int value b) float value c) char value d) a & b

677


Is c is a middle level language?

606


What is #define used for in c?

624


Did c have any year 2000 problems?

664






How #define works?

633


What is register variable in c language?

612


How can type-insensitive macros be created?

716


What are the advantage of c language?

562


What would be an example of a structure analogous to structure c?

587


Is c pass by value or reference?

609


What is double pointer in c?

599


Explain what is the general form of a c program?

633


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3139


how could explain about job profile

1462