#include<stdio.h>
int fun();
int i;
int main()
{
while(i)
{
fun();
main();
}
printf("hello \n");
return 0;
}
int fun()
{
printf("hi");
}
answer is hello.how??wat is tat while(i) mean?
Answer Posted / tanveer ahmed abbasi
hi hello
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
difference between object file and executable file
What are structure types in C?
What is the hardest programming language?
Explain how to reverse singly link list.
What is string constants?
How can I use a preprocessorif expression to ?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
Explain what does it mean when a pointer is used in an if statement?
What is a string?
What Is The Difference Between Null And Void Pointer?
What are structural members?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
What is the default value of local and global variables in c?
how to make a scientific calculater ?