Answer Posted / ram
Hello5 is the answer because the inside printf prints the
string and printf returns the no of charters pinted on the
screen so it is 5.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How can you tell whether a program was compiled using c versus c++?
Explain the difference between the local variable and global variable in c?
What is memory leak in c?
Multiply an Integer Number by 2 Without Using Multiplication Operator
Explain built-in function?
Why is c called "mother" language?
What type is sizeof?
What does a function declared as pascal do differently?
Write a program to print factorial of given number using recursion?
Can we increase size of array in c?
What is sizeof array?
Describe newline escape sequence with a sample program?
What is the difference between the = symbol and == symbol?
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
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays