int main()
{
int x = (2,3,4);
int y = 9,10,11;
printf("%d %d",x,y);
}
what would be the output?
Answer Posted / saranya
you cant initialize values separated by commas for the variables,it may cause errors .so find to initialize properly before setting the values to the variables.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
By using C language input a date into it and if it is right?
What is volatile variable in c?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
what is the format specifier for printing a pointer value?
Is array name a pointer?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What are the different types of endless loops?
What is the difference between volatile and const volatile?
What functions are in conio h?
What is the difference between printf and scanf )?
What is the size of structure in c?
Is a house a mass structure?
cavium networks written test pattern ..
What is C language ?
Lists the benefits of c programming language?