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 are unions in c?
What is modeling?
What is the ANSI C Standard?
What is variable initialization and why is it important?
What is pragma in c?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Why static variable is used in c?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What is a lookup table in c?
List some of the static data structures in C?
What does typeof return in c?
What is the best way to store flag values in a program?
Explain what will the preprocessor do for a program?
What is volatile, register definition in C
What is int main () in c?