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
Why is void main used?
What header files do I need in order to define the standard library functions I use?
How can I read and write comma-delimited text?
Are pointers integer?
Explain high-order and low-order bytes.
Is a pointer a kind of array?
Is main a keyword in c?
How can this be legal c?
What is break statement?
Can you explain the four storage classes in C?
What is the collection of communication lines and routers called?
What are types of preprocessor in c?
What is oops c?
what is bit rate & baud rate? plz give wave forms
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor