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
Write a C program to count the number of email on text
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
how is the examination pattern?
What is the benefit of using const for declaring constants?
What is wrong in this statement?
What is difference between union and structure in c?
What are the advantages of c preprocessor?
What was noalias and what ever happened to it?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
largest Of three Number using without if condition?
Which driver is a pure java driver
How can I pad a string to a known length?
What does void main () mean?