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 is the process to create increment and decrement stamen in c?
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
write a program to arrange the contents of a 1D array in ascending order
What is volatile variable in c?
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print
What are pointers? Why are they used?
What is the use of getchar() function?
What is the use of bit field?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What is the difference between formatted&unformatted i/o functions?
What is a union?