int i;
i=2;
i++;
if(i=4)
{
printf(i=4);
}
else
{
printf(i=3);
}
output of the program ?
Answer Posted / raj
hi
frinds they are not compare with i it is error
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When do we get logical errors?
Which is better pointer or array?
How do I get a null pointer in my programs?
What is difference between Structure and Unions?
What does the error 'Null Pointer Assignment' mean and what causes this error?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
What are disadvantages of C language.
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What is the purpose of void pointer?
Do variables need to be initialized?
What is a nested loop?
How can I read/write structures from/to data files?
the question is that what you have been doing all these periods (one year gap)
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Why should I prototype a function?