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
Can a file other than a .h file be included with #include?
What are void pointers in c?
Explain how can I prevent another program from modifying part of a file that I am modifying?
What does sizeof function do?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
explain what is a newline escape sequence?
What is #line?
what will be maximum number of comparisons when number of elements are given?
What is c language used for?
What are directives in c?
What is a function simple definition?
What is exit() function?
Can you please explain the difference between exit() and _exit() function?
c program to compute AREA under integral
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode