wat is the difference between array and pointer?
Answer Posted / lucky
In a arry we have to specify length before we use.
But in the case of poiters we don't need.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the disadvantages of a shell structure?
How can I write a function that takes a format string and a variable number of arguments?
What is anagram in c?
Can a variable be both const and volatile?
Explain how can I pad a string to a known length?
What is a #include preprocessor?
Write a C program to count the number of email on text
What is include directive in c?
What’s a signal? Explain what do I use signals for?
how to count no of words,characters,lines in a paragraph.
What is the auto keyword good for?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
Explain how can I write functions that take a variable number of arguments?
Are negative numbers true in c?
When should the register modifier be used? Does it really help?