Header Ads

Srting in C

4:10 PM 0

STRING Q.1 What is string? Ans: In c language, a string is nothing but a null terminated character array. This means that after the la...

Gate shape Using Alphabet

3:31 PM 0

Write a program to create the following Pyramid using C program? ABCDEFGFEDCBA ABCDEF   FEDCBA ABCDE        EDCBA ABCD             ...