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
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What is an lvalue in c?
difference between object file and executable file
What is mean by data types in c?
What is the use of gets and puts?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What is the method to save data in stack data structure type?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What is the value of uninitialized variable in c?
Write a Program to accept different goods with the number, price and date of purchase and display them
What is optimization in c?
What are the features of c languages?
what is the structure pointer?
What is structure data type in c?
What is the difference between fread and fwrite function?