what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / monish
The user will enter two nos. The output will be- 2 <First
no. entered>
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
What is the scope of local variable in c?
Can math operations be performed on a void pointer?
Explain the concept and use of type void.
What is the use of function in c?
What are the different categories of functions in c?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
How can I use a preprocessorif expression to ?
There seem to be a few missing operators ..
What does c mean in basketball?
explain what are actual arguments?
Do you have any idea how to compare array with pointer in c?
Give differences between - new and malloc() , delete and free() ?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
When we use void main and int main?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.