will the program compile? int i; scanf(ā%dā,i); printf(ā%dā,i);
Answer Posted / girish
it gives the garbage value of that perticular element.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is a lookup table in c?
Explain the use of fflush() function?
What is string function c?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What is difference between structure and union in c?
Which are low level languages?
What are dangling pointers in c?
What is variable initialization and why is it important?
What are the application of c?
What is masking?
Write a program to swap two numbers without using the third variable?
What is #include stdio h?
What is type qualifiers?
What are different types of variables in c?
What is an endless loop?