what is the output of the following program?
main()
{
int i=-1,j=-1,k=0,l=2,m;
m=i++&&j++&&k++||l++;
printf("%d %d %d %d %d",i,j,k,l,m);
}
Post New Answer View All Answers
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
What are valid signatures for the Main function?
Is boolean a datatype in c?
Explain what is the purpose of "extern" keyword in a function declaration?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
please give me some tips for the placement in the TCS.
What is an expression?
in linking some of os executables are linking name some of them
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Explain the difference between malloc() and calloc() function?
What is use of integral promotions in c?
Explain b+ tree?
Write a program for Overriding.
What is the explanation for cyclic nature of data types in c?
Why is it important to memset a variable, immediately after allocating memory to it ?