Is there any difference between dlearations int* x and int
*x? If so tell me the difference?
Answer Posted / subha
can anyone prove me it threough an example
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is a responder chain?
What is the main purpose of overloading operators?
What do the header files usually contains?
How a modifier is similar to mutator?
What is the most useful programming language?
How would you find out if a linked-list is a cycle or not?
How do you declare A pointer to a function which receives nothing and returns nothing
What is the maximum combined length of command line arguments including the space between adjacent arguments?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
What is difference between rand () and srand ()?
Define a nested class.
Explain the differences between list x; & list x();.
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What is recursion?
Explain what happens when a pointer is deleted twice?