how can i get the output
54321
4321
321
21
1
in c programming........???? pls help......
Answer Posted / gohar
a
22
ccc
4444
eeeee
666666
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
In a byte, what is the maximum decimal number that you can accommodate?
How a string is stored in c?
What is define c?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What is the benefit of using const for declaring constants?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
Explain bitwise shift operators?
Why do we use int main instead of void main in c?
How are structure passing and returning implemented?
What is structure in c definition?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What is the difference between array and pointer?