create a C program that displays one z,two y's,three x's
until twenty six A's.
plzz answer i need it tomorrow.
Answer Posted / vadivelt
Qn seems to be not very clear.. Could u pls post it clearly
so that, can answer.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Differentiate between #include<...> and #include '...'
What is assert and when would I use it?
What is main return c?
Write a program to reverse a string.
How many identifiers are there in c?
What is difference between structure and union with example?
Can we use any name in place of argv and argc as command line arguments?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Can stdout be forced to print somewhere other than the screen?
Why c is known as a mother language?
What is the advantage of a random access file?
What is character set?
What is string constants?