What are structural members?
No Answer is Posted For this Question
Be the First to Post Answer
who is the father of c
What is page thrashing?
Difference Between embedded software and soft ware?
Why cant I open a file by its explicit path?
Explain can static variables be declared in a header file?
What is the size of array float a(10)?
What are identifiers c?
Explain b+ tree?
What is #include cctype?
Is it acceptable to declare/define a variable in a c header?
praagnovation
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