Answer Posted / chavidi
void main()
{
int i=0;
while()
{
printf("%d",i)
i++;
}
}
| Is This Answer Correct ? | 25 Yes | 12 No |
Post New Answer View All Answers
What is wrong with this declaration?
What is the data segment that is followed by c?
what do you mean by inline function in C?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Explain setjmp()?
Why doesnt that code work?
What is #include called?
How do I determine whether a character is numeric, alphabetic, and so on?
What is far pointer in c?
Do pointers store the address of value or the actual value of a variable?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
How macro execution is faster than function ?
What are run-time errors?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Where are some collections of useful code fragments and examples?