what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answers were Sorted based on User's Feedback
Answer / ashok
I think it will print ascii values of 0,1,2 and so on upto 1000
| Is This Answer Correct ? | 4 Yes | 13 No |
What are the back slash character constants or escape sequence charactersavailable in c?
write a C program to print the program itself ?!
What is external and internal variables What is dynamic memory allocation what is storage classes in C
Describe explain how arrays can be passed to a user defined function
wt is d full form of c
Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program
1 Answers Accenture, Concor, DMU, Satyam, Syntel, Tora,
write a function to find whether a string is palindrome or not and how many palindrome this string contain?
Give a fast way to multiply a number by 7
15 Answers Accenture, Aricent, Microsoft,
Explain how can I manipulate strings of multibyte characters?
What is main void in c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...