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


Please Help Members By Posting Answers For Below Questions

Can a pointer be static?

611


How do you initialize pointer variables?

602


What does s c mean on snapchat?

579


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

705


Can you apply link and association interchangeably?

665






What is the function of multilevel pointer in c?

665


What are the types of data files?

721


Who developed c language and when?

573


Where static variables are stored in c?

581


What is #define size in c?

640


Define circular linked list.

564


Is it possible to use curly brackets ({}) to enclose single line code in c program?

785


Is main an identifier in c?

593


What is && in c programming?

671


What does c mean in basketball?

556