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 is static volatile in c?

780


What is the role of this pointer?

785


How can you increase the size of a statically allocated array?

873


What does the message "automatic aggregate intialization is an ansi feature" mean?

946


Why header files are used?

865


What are the application of c?

867


What is volatile keyword in c?

800


What is the value of h?

822


Explain how does flowchart help in writing a program?

895


How do you define a string?

878


What is atoi and atof in c?

839


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1551


What is difference between array and pointer in c?

786


How can you avoid including a header more than once?

772


Explain what does it mean when a pointer is used in an if statement?

854