Answer Posted / sujith
I would rather say
rthi Computers
Reason is printf() takes a pointer to char to print the
string. we said 5+"Vidyarthi Computers" so this is
interpreted as "rthi Computers" becuase we have added 5 to
the base pointer. so it will print only "rthi Computers".
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
What is enumerated data type in c?
What is the difference between union and anonymous union?
What library is sizeof in c?
How are Structure passing and returning implemented by the complier?
What's the best way of making my program efficient?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
Write a program in c to replace any vowel in a string with z?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
What was noalias and what ever happened to it?
What do you mean by keywords in c?
What is c language used for?
how to write optimum code to divide a 50 digit number with a 25 digit number??
Why flag is used in c?
What is the most efficient way to store flag values?