User define function contain thier own address or not.
Answer Posted / guest
yes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between #include "..." And #include <...> In c?
What is build process in c?
What are the advantages and disadvantages of c language?
List the difference between a While & Do While loops?
Can you return null in c?
What are the types of type specifiers?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
Between macros and functions,which is better to use and why?
How do I get a null pointer in my programs?
What is methods in c?
What does nil mean in c?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What is wrong in this statement?
What are multibyte characters?