main()
{
int x=20,y=35;
x = y++ + x++;
y = ++y + ++x;
printf("%d %d\n",x,y);
}
Post New Answer View All Answers
How to write a code for reverse of string without using string functions?
What is int main () in c?
all c language question
Why do we use pointer to pointer in c?
How can I ensure that integer arithmetic doesnt overflow?
When should a far pointer be used?
What is break in c?
Explain what are multidimensional arrays?
Are there namespaces in c?
What is a void pointer in c?
Explain how do you determine whether to use a stream function or a low-level function?
Explain how can I convert a number to a string?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
How do I get an accurate error status return from system on ms-dos?
what do the 'c' and 'v' in argc and argv stand for?