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 equivalent to ++i+++j?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What is the use of getchar() function?
What is quick sort in c?
Explain union.
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
If errno contains a nonzero number, is there an error?
How to create struct variables?
What is I ++ in c programming?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Can the curly brackets { } be used to enclose a single line of code?
Write a program to check prime number in c programming?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What is the difference between new and malloc functions?
How do you print only part of a string?