main()
{
int x=20,y=35;
x = y++ + x++;
y = ++y + ++x;
printf("%d %d\n",x,y);
}
Post New Answer View All Answers
write a program to create a sparse matrix using dynamic memory allocation.
In C, What is the #line used for?
How can you invoke another program from within a C program?
Explain how do you list files in a directory?
What is volatile keyword in c?
Can you explain the four storage classes in C?
What is ctrl c called?
Who is the founder of c language?
What are the various types of control structures in programming?
When do we get logical errors?
Can the curly brackets { } be used to enclose a single line of code?
What is a file descriptor in c?
write an algorithm to display a square matrix.
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
to find the closest pair