what will be the output of this program
main()
{
int i=1;
while (i<=10);
{
i++;
}
}
Answer Posted / harun
11
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of void pointer?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What does 1f stand for?
Where static variables are stored in c?
What are local static variables?
In which language linux is written?
What is the g value paradox?
What is bin sh c?
what is use of malloc and calloc?
Differentiate between declaring a variable and defining a variable?
Can you pass an entire structure to functions?
Give basis knowledge of web designing ...
What is preprocessor with example?
Can the size of an array be declared at runtime?
What is the best organizational structure?