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 pointer on a pointer in c programming language?
What happens if header file is included twice?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
Write a factorial program using C.
What is the use of structure padding in c?
What is wild pointer in c with example?
What is c language and why we use it?
Why array is used in c?
What does c value mean?
What is fflush() function?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What are the types of arrays in c?
What is the use of a static variable in c?
What are multibyte characters?
Is swift based on c?