What do you understand by normalization of pointers?
No Answer is Posted For this Question
Be the First to Post Answer
Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack
What is the OOPs concept?
Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV
Why c is faster than c++?
What is the use of a semicolon (;) at the end of every program statement?
Is this program statement valid? INT = 10.50;
Write a program to generate the first n terms in the series --- 9,11,20,31,...,82
what is difference between array,strutter,union and pointers
3 Answers CTS, Lovely Professional University, Mannar Company,
What is the difference between array_name and &array_name?
what is the difference between NULL & NUL keywords in C?
What is the difference between far and near ?
Why is c so important?