when I get garbage values in what I need to change
Attachments:
sarthaki:
of which class this question about
Answers
Answered by
1
You will get Garbage Value till you have not called the argument.
for example in C programming Language :
printf("THis is the sum %d");
here if you have not told the compiler what to place instead of %d it will take garbage value.
To avoid this make sure you have called the argument.
Can you also upload the source code so it will be more easier you to understand it.
for example in C programming Language :
printf("THis is the sum %d");
here if you have not told the compiler what to place instead of %d it will take garbage value.
To avoid this make sure you have called the argument.
Can you also upload the source code so it will be more easier you to understand it.
Similar questions