What are enumerated types?
No Answer is Posted For this Question
Be the First to Post Answer
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
Explain the term printf() and scanf() used in c language?
what is linkage error when it occurs in c program
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
void main() { int i=5; printf("%d",i++ + ++i); }
What are the concepts introduced in OOPs?
what is the format specifier for printing a pointer value?
There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?
Program to swap the any two elements in an array containing N number of elements?
1 Answers Bosch, Glenwood, Ugam Solutions,
Write a C program to convert an integer into a binary string?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is the value of h?