what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / vinoth
It will work fine no value or error will be displayed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many types of operator or there in c?
List some basic data types in c?
Write a c program to demonstrate character and string constants?
What are high level languages like C and FORTRAN also known as?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What is putchar() function?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
How can I run c program?
What are the 4 data types?
Explain how do you search data in a data file using random access method?
How many parameters should a function have?
What is the purpose of sprintf() function?
what is a constant pointer in C
Explain what is the concatenation operator?
What is .obj file in c?