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
What does %p mean?
Why isn't it being handled properly?
Write a simple code fragment that will check if a number is positive or negative.
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What is non linear data structure in c?
Why can't I perform arithmetic on a void* pointer?
What Is The Difference Between Null And Void Pointer?
What is a char in c?
Why is sprintf unsafe?
Which header file is used for clrscr?
What are the types of unary operators?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What is the use of gets and puts?
What is context in c?