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 |
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Why do some versions of toupper act strangely if given an upper-case letter?
What is static and volatile in c?
Do pointers store the address of value or the actual value of a variable?
given post order,in order construct the corresponding binary tree
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
How does variable declaration affect memory?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
what does ‘Bus Error’ mean?
What is time null in c?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What do you mean by a local block?