Answer Posted / rama krishna sidhartha
the variable ram is undeclared,
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain how do you determine a file’s attributes?
How can I use a preprocessorif expression to ?
What do you mean by a sequential access file?
What is the purpose of void pointer?
What is ctrl c called?
What does do in c?
What are the types of functions in c?
What is meant by preprocessor in c?
How do you define a function?
Who developed c language?
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
write a program to generate address labels using structures?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
How can I find out how much free space is available on disk?
What are the restrictions of a modulus operator?