Explain union. What are its advantages?
No Answer is Posted For this Question
Be the First to Post Answer
How to declare a variable?
What is #include stdio h and #include conio h?
what is the full form of c language
what are the 10 different models of writing an addition program in C language?
What is the difference between typeof(foo) and myFoo.GetType()?
What is the use of function in c?
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 Answers Parexel, Ram Infotech, Zycus Infotech,
what is purpose of fflush(stdin) function
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
void main() { int a=1; while(a++<=1) while(a++<=2); }
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
What is a char in c?