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 do you write a program which produces its own source code as its output?
Can you please explain the difference between malloc() and calloc() function?
Can we replace the struct function in tree syntax with a union?
difference between the array and linked list general difference related to memory
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
How does memset() work in C?
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
YBJBU6
Write a program in c to replace any vowel in a string with z?
What are advantages and disadvantages of recursive calling ?
12 Answers College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,
What are the differences between new and malloc in C?