C Programming and Technical Programming Output

#include
int main()
{
int i;
while(sizeof(NULL))
{
printf("inside loop");
continue;
break;
}
return 0;
}

Read Solution (Total 3)

C Other Question

In C++, which of the following creates a pigeon object of class bird?
a. Pigeon bird
b. Bird pigeon
c. Object pigeon of bird
d. None of these
Create a file called input.txt in the same directory as this file and enter some lines of text or copy a paragraph of text. The filename should be input.txt