What is difference between array and pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what are reserved words?
What is the difference between CV and Resume ?
Why we not create function inside function.
What is the difference between #include and #include 'file' ?
What is difference between array and pointer in c?
What are the 5 organizational structures?
Explain the difference between malloc() and calloc() function?
what is diference between return 0 and return NULL??
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
main() { int a[10]; printf("%d",*a+1-*a+3); }
Write a function that will take in a phone number and output all possible alphabetical combinations
how many argument we can pas in in a function