int i;
i=2;
i++;
if(i=4)
{
printf(i=4);
}
else
{
printf(i=3);
}
output of the program ?
Answer Posted / khaja
output is 3
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
what is the different bitween abap and abap-hr?
Can a variable be both const and volatile?
What are the types of i/o functions?
What is the c value paradox and how is it explained?
What is the process to generate random numbers in c programming language?
Why we use break in c?
What is the process to create increment and decrement stamen in c?
How can you check to see whether a symbol is defined?
Explain how does flowchart help in writing a program?
What is the difference between c and python?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What is the difference between declaring a variable and defining a variable?
What is the difference between malloc() and calloc() function in c language?
What is the difference between formatted&unformatted i/o functions?
How can I find out the size of a file, prior to reading it in?