Answer Posted / guest
int a[10];
int *ptr=a[0];
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is indirection?
What is meant by int main ()?
Can the size of an array be declared at runtime?
Write a program with dynamically allocation of variable.
What are the string functions? List some string functions available in c.
What is the difference between char array and char pointer?
Write a program to check palindrome number in c programming?
What's the best way of making my program efficient?
What does c value mean?
What is the difference between NULL and NUL?
Why ca not I do something like this?
Why do some versions of toupper act strangely if given an upper-case letter?
How can a program be made to print the line number where an error occurs?
What are the scope of static variables?
What is the g value paradox?