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
Is main an identifier in c?
Which of these functions is safer to use : fgets(), gets()? Why?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is a structure in c language. how to initialise a structure in c?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
will u please send me the placement papers to my mail???????????????????
What are the types of arrays in c?
Why is c known as a mother language?
Was 2000 a leap year?
Explain the priority queues?
What is the hardest programming language?
What is the scope of local variable in c?
Write programs for String Reversal & Palindrome check
What are static variables in c?
What is a floating point in c?