Answer Posted / vignesh1988i
rthi computers
since this will be taken as a string and 5 is the subscript value and prints the remaining characters from 'r'.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do c compilers work?
How is actual parameter different from the formal parameter?
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
Why is c so popular?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
What are the advantages and disadvantages of a heap?
What is the code in while loop that returns the output of given code?
What is the meaning of c in c language?
In which layer of the network datastructure format change is done
Explain why can’t constant values be used to define an array’s initial size?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What is the difference between functions abs() and fabs()?
Write a program to swap two numbers without using the third variable?
Does * p ++ increment p or what it points to?