int a=2,b=3,c=4;
printf("a=%d,b=%d\n",a,b,c);
what is the o/p?
Answer Posted / sriharsha karanth
a=2
b=3
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Does c have class?
What is use of #include in c?
Which built-in library function can be used to match a patter from the string?
What is structure in c explain with example?
What is c definition?
Why malloc is faster than calloc?
What is the right way to use errno?
What is function definition in c?
What is 1f in c?
Why is it usually a bad idea to use gets()? Suggest a workaround.
What are Macros? What are its advantages and disadvantages?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
What are the advantages of the functions?
Explain what is the heap?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;