what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / sriharsha
It print's only what's the ASCII value of 1000 for infinite loop
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Explain what is a program flowchart and explain how does it help in writing a program?
Why shouldn’t I start variable names with underscores?
Under what circumstances does a name clash occur?
write a program to find out prime number using sieve case?
What is static and volatile in c?
What is array of structure in c programming?
What is action and transformation in spark?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
how to find binary of number?
Write a simple code fragment that will check if a number is positive or negative.
what is the diffrenet bettwen HTTP and internet protocol
What is scope rule of function in c?
What are the uses of null pointers?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +