what will be the output of this program
main()
{
int i=1;
while (i<=10);
{
i++;
}
}
Answer Posted / abdulhamid
just wanna know
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is default value of global variable in c?
What are register variables? What are the advantage of using register variables?
What is bubble sort in c?
What does the function toupper() do?
Explain what is a const pointer?
What are pointers? What are stacks and queues?
What is an identifier?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
hi, which software companys will take,if d candidate's % is jst 55%?
What is header file in c?
What is ## preprocessor operator in c?
What is the difference between text and binary modes?
int far *near * p; means
What do mean by network ?
write a c program to find the sum of five entered numbers using an array named number