#include <stdio.h>
void main()
{
int i=-1,j=1,k,l;
k=!i&&j;
l=!i||j;
printf ("%d%d",k,l) ;
}
Answer Posted / snehal sawant
just print 01 no space and not assign to k and I
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is non linear data structure in c?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
Differentiate between Macro and ordinary definition.
How many types of sorting are there in c?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What is meant by int main ()?
Write a program of prime number using recursion.
Write a Program to find whether the given number or string is palindrome.
What are structure types in C?
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
What is chain pointer in c?
Explain what are binary trees?
What is bubble sort in c?
What is extern c used for?