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
what is recursion in C
Are bit fields portable?
Differentiate between #include<...> and #include '...'
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
How can I remove the trailing spaces from a string?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What is a macro?
What are the 4 types of organizational structures?
What is a volatile keyword in c?
What is the significance of an algorithm to C programming?
Is there any possibility to create customized header file with c programming language?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What is cohesion in c?
How many parameters should a function have?
Is file a keyword in c?