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

Answer Posted / hari

without entering the values the output will not be
displayed.
no output

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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


Is return a keyword in c?

836


Write a program to reverse a string.

847


Explain how do you print only part of a string?

932


Write a program to reverse a linked list in c.

866


How can I convert a number to a string?

843


What is the difference between local variable and global variable in c?

923


Explain bit masking in c?

910


what are the advantages of a macro over a function?

882


What is difference between union and structure in c?

785


Why c is a procedural language?

812


Define Array of pointers.

835


What is multidimensional arrays

860


int i=10; printf("%d %d %d", i, i=20, i);

1304


Explain the term printf() and scanf() used in c language?

829