How can you determine the maximum value that a numeric variable can hold?
No Answer is Posted For this Question
Be the First to Post Answer
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What is undefined behavior?
Why is not a pointer null after calling free?
What is the difference between union and structure in c?
What is the difference between #include and #include 'file' ?
If input is 123 then how to print 100 and 20 and 3 seperately?
What is the difference between void main() and void main (void) give example programme?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
How can I return multiple values from a function?
What does static variable mean in c?
What is Conio.h ?