What is the real difference between arrays and pointers?
Answer Posted / shailesh
u can access arrays by index where pointers are help to pass references to the object
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is this loop always executing once?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
I need testPalindrome and removeSpace
#include
What is property type c?
What is #ifdef ? What is its application?
What is meant by 'bit masking'?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Are pointers integer?
What do the functions atoi(), itoa() and gcvt() do?
Explain what is the heap?
What are control structures? What are the different types?
what is reason of your company position's in india no. 1.
What does c mean in basketball?
How to write c functions that modify head pointer of a linked list?