int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?

Answer Posted / raj

error

Is This Answer Correct ?    4 Yes 25 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of 'register' keyword in c language?

630


Explain output of printf("Hello World"-'A'+'B'); ?

978


What is the difference between array_name and &array_name?

780


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

600


What is chain pointer in c?

604






Why c is called procedure oriented language?

580


Which function in C can be used to append a string to another string?

648


Write a function that will take in a phone number and output all possible alphabetical combinations

606


Why & is used in c?

715


How do you define a string?

658


Distinguish between actual and formal arguments.

592


Explain b+ tree?

630


we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

638


Why isnt any of this standardized in c?

640


How can I rethow can I return a sequence of random numbers which dont repeat at all?

707