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
Why c is known as a mother language?
Which built-in library function can be used to match a patter from the string?
What is bash c?
Tell me can the size of an array be declared at runtime?
Can we assign string to char pointer?
What is string constants?
What is the explanation for modular programming?
What is hashing in c language?
Differentiate between #include<...> and #include '...'
Why does notstrcat(string, "!");Work?
What is the difference between a function and a method in c?
Is there any possibility to create customized header file with c programming language?
Explain how do you declare an array that will hold more than 64kb of data?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
How do you determine a file’s attributes?