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
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Why C language is a procedural language?
What are the different flags in C? And how they are useful? And give example for each in different consequences?
Write a program in C to reverse a number by recursive function?
what is difference b/w extern & volatile variable??
What is substring in c?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
Is int a keyword in c?
What is c++ used for today?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What is call by value in c?
How do I swap bytes?