write a program which the o/p should b in such a way that s
triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon
if I/P=5 and so on...forget about the I/P which is less
than 3
No Answer is Posted For this Question
Be the First to Post Answer
How does sizeof know array size?
How can a string be converted to a number?
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets
How can I run c program?
What does volatile do?
YBJBU6
What are the types of pointers?
who did come first hen or agg
What is the size of array float a(10)?
How many keywords (reserve words) are in c?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)