for(i=0;i=printf("Hello");i++);
printf("Hello");
how many times how will be printed?????????
Answer Posted / navdeep
"Hello" will be printed infinite times
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
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
How can I do peek and poke in c?
Can we declare variable anywhere in c?
what is recursion in C
What does sizeof return c?
what does static variable mean?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
Explain the red-black trees?
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
What is the difference between c and python?
How to establish connection with oracle database software from c language?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Where local variables are stored in c?
Write a code to remove duplicates in a string.
What is the difference between printf and scanf )?