Answer Posted / phani kumar
if we want to retrive multiple values from functions
derive multiple arguments in the defition of functions
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain c preprocessor?
What is the main difference between calloc () and malloc ()?
What is structure of c program?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
c language interview questions & answer
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
What is the acronym for ansi?
What is the difference between typedef and #define?
What is pragma in c?
What is infinite loop?
What is s in c?
Why does this code crash?
Are c and c++ the same?
What is huge pointer in c?
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.