what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / sarath
in each iteration it will print the characters for ascii
values 0,1,2,3,...
| Is This Answer Correct ? | 6 Yes | 11 No |
Post New Answer View All Answers
how to execute a program using if else condition and the output should enter number and the number is odd only...
how to build a exercise findig min number of e heap with list imlemented?
Explain what are the advantages and disadvantages of a heap?
How do we open a binary file in Read/Write mode in C?
What is difference between array and pointer in c?
Are negative numbers true in c?
What is your stream meaning?
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
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
How to draw the flowchart for structure programs?
Differentiate between calloc and malloc.
What the advantages of using Unions?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Explain threaded binary trees?
What is masking?