m=++i&&++j(||)k++
printf("%d"i,j,k,m)
Answer / aravind
error
relational operators can't be assaigned, they are used for just conditions.
| Is This Answer Correct ? | 4 Yes | 12 No |
What are header files in c?
difference between Low, Middle, High Level languages in c ?
How can I prevent another program from modifying part of a file that I am modifying?
Why is %d used in c?
What is data structure in c and its types?
Explain how can you determine the size of an allocated portion of memory?
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is the difference between the expression “++a” and “a++”?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
0 Answers Amdocs, Apps Associates,
write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language
Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986