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

Answer Posted / priya

answer will be 1,2

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

1900


What are different types of operators?

592


code for quick sort?

1618


Explain what is gets() function?

625


Why use int main instead of void main?

590






c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above

726


write a c program to find the sum of five entered numbers using an array named number

1617


What is extern keyword in c?

639


When should you use a type cast?

586


List some of the static data structures in C?

759


if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.

4488


What are different storage class specifiers in c?

611


Explain what is dynamic data structure?

642


What is static memory allocation?

600


What extern c means?

529