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
No Answer is Posted For this Question
Be the First to Post Answer
Do you know null pointer?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
Why is c faster?
What is a constant?
what is the little endian and big endian?
suppose there are five integers write a program to find larger among them without using if- else
with out using main how to execute the program?
What is the use of sizeof () in c?
Q. where is the below variables stored ? - volatile, static, register
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?
11 Answers CTS, TCS,
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.