What is huge pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are logical errors and how does it differ from syntax errors?
What are the different types of control structures?
Under what circumstances does a name clash occur?
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
what defference between c and c++ ?
What is function pointer and where we will use it
How do you initialize function pointers? Give an example?
Why doesnt the call scanf work?
What are the keywords in c?
how can i sort numbers from ascending order and descending order using turbo c..
C,c++, Java is all are structural oriented or procedure oriented language..?
c program to manipulate x=1+3+5+...+n using recursion