Answer Posted / reshma
void main()
{
int i=0;
while(1)
{
printf("%d",&i);
i++;
}
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can you please compare array with pointer?
Which is best linux os?
What is a stream water?
Write a code to generate divisors of an integer?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
Explain what is the difference between functions getch() and getche()?
Why we use conio h in c?
Here is a neat trick for checking whether two strings are equal
What is extern storage class in c?
What is the difference between scanf and fscanf?
Explain what are multibyte characters?
What is getch () for?
Explain do array subscripts always start with zero?
Compare interpreters and compilers.
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?