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
Is c weakly typed?
can we have joblib in a proc ?
Explain what is the difference between functions getch() and getche()?
Explain what are multidimensional arrays?
Wt are the Buses in C Language
Explain what math functions are available for integers? For floating point?
Can the curly brackets { } be used to enclose a single line of code?
What is the purpose of void pointer?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What are logical errors and how does it differ from syntax errors?
How can I make it pause before closing the program output window?
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.
Which is the best website to learn c programming?
Why c is known as a mother language?
Explain what are preprocessor directives?