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
c program for searching a student details among 10 student details
Discuss the function of conditional operator, size of operator and comma operator with examples.
Why & is used in scanf in c?
How can I call fortran?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What does c mean in standard form?
What is ambagious result in C? explain with an example.
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
How can I automatically locate a programs configuration files in the same directory as the executable?
What is the use of typedef in c?
Can a variable be both constant and volatile?
What are structure members?
Where does the name "C" come from, anyway?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Can we change the value of #define in c?