regarding pointers concept
No Answer is Posted For this Question
Be the First to Post Answer
What is structure pointer in c?
main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????
Explain about the constants which help in debugging?
When can you use a pointer with a function?
Are c and c++ the same?
program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5
input any 4 digit number and find the difference of all the digits?
Tell us the use of fflush() function in c language?
What are the features of the c language?
Which node is more powerful and can handle local information processing or graphics processing?
how to copy a string without using c function
can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????