int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?
Post New Answer View All Answers
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Is array name a pointer?
What are the types of unary operators?
State the difference between realloc and free.
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
What is the difference between procedural and declarative language?
What is volatile variable in c?
What is the difference between strcpy() and memcpy() function in c programming?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
write a program to print largest number of each row of a 2D array
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
With the help of using classes, write a program to add two numbers.
how to find binary of number?
What is zero based addressing?