Answer Posted / srinivas
the speed of execution will be increased because we
accessing address of the variable rather than variables
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Why c is called procedure oriented language?
Explain how does flowchart help in writing a program?
Explain the difference between strcpy() and memcpy() function?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
define string ?
How can I read in an object file and jump to locations in it?
Why is structure padding done in c?
What are the primitive data types in c?
How we can insert comments in a c program?
How can I manipulate strings of multibyte characters?
How can my program discover the complete pathname to the executable from which it was invoked?
What is c++ used for today?
Explain 'far' and 'near' pointers in c.