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
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789
How can you avoid including a header more than once?
Can you please explain the difference between malloc() and calloc() function?
How can you draw circles in C?
Can we change the value of #define in c?
Tell me the use of bit field in c language?
I heard that you have to include stdio.h before calling printf. Why?
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What is a newline escape sequence?
What do you mean by dynamic memory allocation in c?