what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / prashant sharma
first the computer will take the two values as inputs &
then will show junk value
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How are 16- and 32-bit numbers stored?
What is c preprocessor mean?
Is c is a low level language?
Explain two-dimensional array.
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is the use of bitwise operator?
What is the use of f in c?
What language is c written?
What is data structure in c programming?
What is a structure member in c?
What is the function of multilevel pointer in c?
Is a pointer a kind of array?
What is echo in c programming?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
List some of the static data structures in C?