x=y=z=1
z=++x||++y&&++z
Printf("%%%d";xyz)
what is the values of x,y and z?????
Answer Posted / merugu srinivas
x=2;
y=2;
z=2;
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Why isn't any of this standardized in c? Any real program has to do some of these things.
Explain how can you tell whether two strings are the same?
What is character set?
Do pointers store the address of value or the actual value of a variable?
difference between Low, Middle, High Level languages in c ?
what is the different bitween abap and abap-hr?
How can I manipulate strings of multibyte characters?
What is the function of volatile in c language?
Explain the binary height balanced tree?
How do you determine the length of a string value that was stored in a variable?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Can i use “int” data type to store the value 32768? Why?
What language is windows 1.0 written?
Do you know what are bitwise shift operators in c programming?