int main()
{
int x = (2,3,4);
int y = 9,10,11;
printf("%d %d",x,y);
}
what would be the output?
Post New Answer View All Answers
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
how to make a scientific calculater ?
What is a #include preprocessor?
Can the sizeof operator be used to tell the size of an array passed to a function?
Why is %d used in c?
What are local static variables? How can you use them?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is nested structure?
What is main () in c language?
How many types of operator or there in c?
Are negative numbers true in c?
What is scanf_s in c?
What is array of structure in c?
What is the difference between mpi and openmp?
What are global variables and how do you declare them?