what is the output of
printf("%d",(scanf("%d",10));
Answer Posted / neelamani
1 NULL pointer assignment
This output in TC compiler
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
What does emoji p mean?
Differentiate between calloc and malloc.
What are predefined functions in c?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Explain null pointer.
Why is %d used in c?
Tell me when would you use a pointer to a function?
Explain what are binary trees?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What is .obj file in c?
How can you increase the size of a statically allocated array?
Explain how do you determine whether to use a stream function or a low-level function?
What is the difference between test design and test case design?
What are external variables in c?
Describe explain how arrays can be passed to a user defined function