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

Answer Posted / aarti dhiman

When we compile this program then 1 warning shows that the
function should return the value

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why c is known as a mother language?

834


Which built-in library function can be used to match a patter from the string?

977


What is bash c?

753


Tell me can the size of an array be declared at runtime?

792


Can we assign string to char pointer?

798


What is string constants?

877


What is the explanation for modular programming?

898


What is hashing in c language?

830


Differentiate between #include<...> and #include '...'

809


Why does notstrcat(string, "!");Work?

875


What is the difference between a function and a method in c?

786


Is there any possibility to create customized header file with c programming language?

816


Explain how do you declare an array that will hold more than 64kb of data?

1149


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2133


How do you determine a file’s attributes?

799