what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / sundar
what input to give that number can display
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
a value that does not change during program execution a) variabe b) argument c) parameter d) none
simple program of graphics and their output display
Why main function is special give two reasons?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
Difference between pass by reference and pass by value?
difference between Low, Middle, High Level languages in c ?
List the variables are used for writing doubly linked list program.
Write programs for String Reversal & Palindrome check
What is keyword with example?
How do I send escape sequences to control a terminal or other device?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What is the return type of sizeof?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
What does emoji p mean?