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 / manjeet
Then answer wll be (B) will compile but not link
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is wrong with this code?
What is signed and unsigned?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
What are runtime error?
i got 75% in all semester am i eligible for your company
How can I list all of the predefined identifiers?
What are the main characteristics of c language describe the structure of ac program?
What are the 4 types of programming language?
Explain About fork()?
why we wont use '&' sing in aceesing the string using scanf
Write a program to implement queue.
What is a good data structure to use for storing lines of text?
Explain is it better to bitshift a value than to multiply by 2?
Can you apply link and association interchangeably?
What is the difference between NULL and NUL?