#‎include‬<stdio.h>
void main()
{
int i;
for(i=5;0;i++)
{
printf("%d",i);
}
}
Answer Posted / deepika agrawal
an error will be encountered in the begining of the program...
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between near, far and huge pointers?
What is scope rule in c?
Who invented b language?
What is the function of volatile in c language?
program for reversing a selected line word by word when multiple lines are given without using strrev
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What does *p++ do?
Why we not create function inside function.
What are reserved words with a programming language?
How do you determine a file’s attributes?
What does %c mean in c?
I need a sort of an approximate strcmp routine?
What is auto keyword in c?
How many header files are in c?
Explain what is the most efficient way to store flag values?