What is true about the following
C Functions
a.Need not return any value
b.Should always return an integer
c.Should always return a float
d.Should always return more than one value.
Answer Posted / ningappa
a.Need not return any value
| Is This Answer Correct ? | 56 Yes | 2 No |
Post New Answer View All Answers
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Explain what is the benefit of using an enum rather than a #define constant?
What is the difference between functions abs() and fabs()?
can anyone suggest some site name..where i can get some good data structure puzzles???
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Can you mix old-style and new-style function syntax?
Explain logical errors? Compare with syntax errors.
What is local and global variable in c?
How can you tell whether two strings are the same?
How reliable are floating-point comparisons?
What are the 5 types of inheritance in c ++?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is pointer in c?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
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)