What is the role of this pointer?
No Answer is Posted For this Question
Be the First to Post Answer
how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...
What is the purpose of sprintf?
What is a macro, and explain how do you use it?
What is the difference between functions getch() and getche()?
Explain what is a const pointer?
What is header file definition?
int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā%dā,*(*(x+1)+3));
What is the difference between realloc() and free()
what is the difference between arrays and linked list
26 Answers MAHINDRA, Tech Mahindra, Wipro,
Explain how can you check to see whether a symbol is defined?
what are the advantage and disadvantage of recursion
write a program to interchange the value between two variable without using loop