Answer Posted / naresh lingampally
void main()
{
int i;
clrscr();
for(i=0;;i++)
{
printf("%d",&i);
}
getch();
}
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
Is c is a low level language?
What is restrict keyword in c?
What are the loops in c?
What is the function of multilevel pointer in c?
Why is c known as a mother language?
What is the basic structure of c?
What is an arrays?
Explain how can I right-justify a string?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
Are bit fields portable?
What is the difference between array and pointer in c?
What is spark map function?
can any one provide me the notes of data structure for ignou cs-62 paper
What is action and transformation in spark?
What are the __date__ and __time__ preprocessor commands?