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

How can I read in an object file and jump to locations in it?

563


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

590


Why ca not I do something like this?

580


What are identifiers in c?

621


What is function prototype in c with example?

563






What is the difference between pure virtual function and virtual function?

641


How do you determine the length of a string value that was stored in a variable?

642


why return type of main is not necessary in linux

1691


What does return 1 means in c?

575


Explain what is operator promotion?

619


Why c is called free form language?

557


What does sizeof int return?

578


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

603


What is getch() function?

637


What is the method to save data in stack data structure type?

596