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 do you mean by Recursion Function?
What are the types of functions in c?
Which is the best website to learn c programming?
What is the size of enum in bytes?
How old is c programming language?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What is indirection? How many levels of pointers can you have?
What is the benefit of using const for declaring constants?
Is anything faster than c?
what is the diffrenet bettwen HTTP and internet protocol
What's the best way of making my program efficient?
How would you obtain the current time and difference between two times?
What are the types of unary operators?
Why is c called a structured programming language?
What is the difference between #include