out put of printf(“%d”,printf(ram));
Answers were Sorted based on User's Feedback
ram3
printf will print ram and printf function returns the
number of character it prints, so it will return 3, and
hence it will print ram3
| Is This Answer Correct ? | 19 Yes | 4 No |
Answer / ramesh
if statement is like
printf("%d",printf("ram"));
then output is
ram3
else
variable ram is undeclared
| Is This Answer Correct ? | 9 Yes | 0 No |
Explain what is the difference between far and near ?
how to use showbits function?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
what is the meaning of 'c' language
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
What is the difference between malloc calloc and realloc in c?
What is a union?
plz answer.. a program that takes a string e.g. "345" and returns integer 345
What is the best organizational structure?
What is the difference between array and linked list in c?
Explain how can you tell whether two strings are the same?
Why is structure important for a child?