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
What is %g in c?
Is int a keyword in c?
Explain how can you tell whether two strings are the same?
What are the features of the c language?
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.
What is the difference between āgā and āgā in C?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What is difference between class and structure?
What is array in c with example?
Sir i need notes for structure,functions,pointers in c language can you help me please
Which is better pointer or array?
What is structure in c definition?
Explain how can I convert a number to a string?
What is s in c?
Why header file is used in c?