Can we access the array using a pointer in c language?
No Answer is Posted For this Question
Be the First to Post Answer
What is array of structure in c?
What is c language and why we use it?
What is dangling pointer in c?
What are the different types of pointers used in c language?
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
How would you rename a function in C?
what is the program to display your name in any color?
shorting algorithmS
What is indirection? How many levels of pointers can you have?
There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
. Write a program to get a string and to convert the 1st letter of it to uppercase