Answer Posted / reshma
void main()
{
int i=0;
while(1)
{
printf("%d",&i);
i++;
}
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How is = symbol different from == symbol in c programming?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What is a ternary operator in c?
What does it mean when a pointer is used in an if statement?
What is the best way to comment out a section of code that contains comments?
What is a double c?
Difference between malloc() and calloc() function?
What is this pointer in c plus plus?
please explain every phase in the "SDLC" in the dotnet.
How do you search data in a data file using random access method?
What are the 5 elements of structure?
What is #include conio h?
Do you know the difference between exit() and _exit() function in c?
What is console in c language?
Do array subscripts always start with zero?