Answer Posted / thavamoorthi
c does not support the method overloading it supported only by object oriented
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
write a program to generate address labels using structures?
What is linear search?
Write a code to remove duplicates in a string.
What are global variables and how do you declare them?
What is a built-in function in C?
Explain how do you print an address?
write a program for the normal snake games find in most of the mobiles.
What are all different types of pointers in c?
What is meant by int main ()?
What is the difference between class and object in c?
Is it better to bitshift a value than to multiply by 2?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
What is the right type to use for boolean values in c? Is there a standard type?
What is function definition in c?
What are local static variables? How can you use them?