What is the role of this pointer?
No Answer is Posted For this Question
Be the First to Post Answer
what type of questions arrive in interview over c programming?
What is data structure in c language?
Difference between MAC vs. IP Addressing
Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
swap two integer variables without using a third temporary variable?
How does variable declaration affect memory?
from which concept of 'c', the static member function of 'c++' has came?
Is this program statement valid? INT = 10.50;
find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }
What are the scope of static variables?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What are linked lists in c?