will the program compile? int i; scanf(ā%dā,i); printf(ā%dā,i);
Answer Posted / raghav
it showing the null pointer assignment
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is %d used for?
How to write a multi-statement macro?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What is declaration and definition in c?
Explain which function in c can be used to append a string to another string?
What is pass by reference in functions?
Can a local variable be volatile in c?
What is the general form of function in c?
how could explain about job profile
What is wrong with this initialization?
What is the meaning of && in c?
When can you use a pointer with a function?
what are bit fields in c?
What is wrong with this statement? Myname = 'robin';
What is #define in c?