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
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
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 difference between union and structure in c?
Is linux written in c?
What is a newline escape sequence?
Do you know what are the properties of union in c?
What is define directive?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Write a code to generate a series where the next element is the sum of last k terms.
Is c is a procedural language?
#include
What is scanf () in c?
Write a program to know whether the input number is an armstrong number.
What is the difference between abs() and fabs() functions?
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.