Write a program to produce the following output:
1
2
3
4
5
6
7
8
9
10
Answer Posted / kelly baby
Hello dear new friend,
my name is Kelly i read your profile and i decided to
contact you hopping that you will accept me as your friend,
please if you accept my request reply my true my email
address (kellybaby004@yahoo.in) so that i will send you my
picture and tell you more about me, do not late far
decadence be a barrier let love cornet because love is
abridge cornet far decadence to be lose.
yours kelly
| Is This Answer Correct ? | 5 Yes | 14 No |
Post New Answer View All Answers
What is an array? What the different types of arrays in c?
Write a program to know whether the input number is an armstrong number.
What is structure pointer in c?
What is the role of this pointer?
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.
What is a scope resolution operator in c?
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
Is it possible to execute code even after the program exits the main() function?
How we can insert comments in a c program?
How can I call fortran?
Write a program to use switch statement.
Is file a keyword in c?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
what is the structure pointer?
Does c have enums?