Answer Posted / sanjay bhosale
Using pointers we can directly manipulate or access memory which is faster hence it increases execution time.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
How will you write a code for accessing the length of an array without assigning it to another variable?
What is a pointer in c plus plus?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Is void a keyword in c?
State the difference between x3 and x[3].
Is the exit() function same as the return statement? Explain.
In which layer of the network datastructure format change is done
How to implement a packet in C
Why is c called a structured programming language?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
How can I write a function analogous to scanf?
Explain how can you avoid including a header more than once?
what are non standard function in c
What does sizeof return c?