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 are structure passing and returning implemented?
how can f be used for both float and double arguments in printf? Are not they different types?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What is difference between structure and union with example?
What are the types of c language?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
Write a code of a general series where the next element is the sum of last k terms.
What is #error and use of it?
What are the different types of linkage exist in c?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
What is malloc calloc and realloc in c?
what is use of malloc and calloc?
Explain about block scope in c?
I heard that you have to include stdio.h before calling printf. Why?
What is null in c?