Answer Posted / sharath
what do you think as you oppposed the answer
can you please explain it
please..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the explanation for prototype function in c?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
Why do we use int main?
What are data types in c language?
Difference between Shallow copy and Deep copy?
What is memcpy() function?
What are the salient features of c languages?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Why do we use c for the speed of light?
Where can I get an ansi-compatible lint?
Differentiate between new and malloc(), delete and free() ?
What is an lvalue?
Can we compile a program without main() function?
How can I write functions that take a variable number of arguments?