what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / rampoojan gupta
no out put
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
What are inbuilt functions in c?
What is time complexity c?
Why enum is used in c?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What are the 4 types of programming language?
What is function what are the types of function?
Can math operations be performed on a void pointer?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What are data structures in c and how to use them?
With the help of using classes, write a program to add two numbers.
What are logical errors and how does it differ from syntax errors?
What is the ANSI C Standard?
How do you list a file’s date and time?
What is volatile keyword in c?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;