what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}

Answer Posted / prashant sharma

first the computer will take the two values as inputs &
then will show junk value

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to throw some light on the b tree?

801


Explain what is the general form of a c program?

806


what will be maximum number of comparisons when number of elements are given?

1641


What are the different types of linkage exist in c?

773


Is exit(status) truly equivalent to returning the same status from main?

810


What is a good data structure to use for storing lines of text?

811


Define circular linked list.

777


Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

2737


Why c is a mother language?

736


What is openmp in c?

773


Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.

2910


Compare array data type to pointer data type

801


Can you please explain the difference between exit() and _exit() function?

809


Can stdout be forced to print somewhere other than the screen?

829


What is a structural principle?

831