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


Please Help Members By Posting Answers For Below Questions

What do you mean by Recursion Function?

870


What are the types of functions in c?

758


Which is the best website to learn c programming?

824


What is the size of enum in bytes?

799


How old is c programming language?

783


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

1024


What is indirection? How many levels of pointers can you have?

911


What is the benefit of using const for declaring constants?

813


Is anything faster than c?

782


what is the diffrenet bettwen HTTP and internet protocol

1594


What's the best way of making my program efficient?

836


How would you obtain the current time and difference between two times?

993


What are the types of unary operators?

889


Why is c called a structured programming language?

1002


What is the difference between #include

and #include “header file”?

786