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
Why is void main used?
What is 2c dna?
What is a class c rental property?
Explain what are the different file extensions involved when programming in c?
Is boolean a datatype in c?
Write a program to find factorial of a number using recursive function.
What does *p++ do? What does it point to?
How can I manipulate strings of multibyte characters?
What is pass by reference in functions?
How arrays can be passed to a user defined function
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
formula to convert 2500mmh2o into m3/hr
What is c variable?
What are the preprocessor categories?
Explain the priority queues?