x=y=z=1
z=++x||++y&&++z
Printf("%%%d";xyz)
what is the values of x,y and z?????
Answers were Sorted based on User's Feedback
What are the loops in c?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
What is return in c programming?
Is exit(status) truly equivalent to returning the same status from main?
Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program
difference between object file and executable file
What do the functions atoi(), itoa() and gcvt() do?
program for validity of triangle from 3 side
can any one tel me wt is the question pattern for NIC exam
Why c is a procedural language?
Difference between C and Embedded C?