What is the value of c?
No Answer is Posted For this Question
Be the First to Post Answer
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
What is the advantage of a random access file?
Write the syntax and purpose of a switch statement in C.
how to find the largest element of array without using relational operater?
how do you programme Carrier Sense Multiple Access
What Is The Difference Between Null And Void Pointer?
how to write optimum code to divide a 50 digit number with a 25 digit number??
Explain how can I write functions that take a variable number of arguments?
hi how to convert program from notepad to turboc editor can u please help me
How many types of operator or there in c?
Is reference used in C?
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?