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
How do I determine whether a character is numeric, alphabetic, and so on?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is a static function in c?
How can variables be characterized?
In a switch statement, what will happen if a break statement is omitted?
What is else if ladder?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What does 4d mean in c?
What is the use of volatile?
What is the code for 3 questions and answer check in VisualBasic.Net?
Why static is used 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
Disadvantages of C language.
Why does the call char scanf work?
what is the difference between 123 and 0123 in c?