int i;
i=2;
i++;
if(i=4)
{
printf(i=4);
}
else
{
printf(i=3);
}
output of the program ?
Answer Posted / akbar shan
There Wont be any output for this program.It will show
error.Because 1:inside if "=" is used.2:"printf" cant print
the value
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
Can we use visual studio for c?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What are control structures? What are the different types?
what is the syallabus of computer science students in group- 1?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What language is lisp written in?
What is wrong in this statement? scanf(ā%dā,whatnumber);
what is ur strangth & weekness
Define circular linked list.
Is fortran still used today?
What are the storage classes in C?
How does #define work?
What is string length in c?
What is the c language function prototype?
which is an algorithm for sorting in a growing Lexicographic order