What is the real difference between arrays and pointers?
Answer Posted / guest
Arrays automatically allocate space which is fixed in size and
location; pointers are dynamic.
| Is This Answer Correct ? | 202 Yes | 25 No |
Post New Answer View All Answers
write a program to print data of 5 five students with structures?
What is the best way of making my program efficient?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
can we implement multi-threads in c.
Why can’t we compare structures?
What are the different types of linkage exist in c?
What is difference between scanf and gets?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
Can include files be nested?
What is a class c rental property?
What is the use of printf() and scanf() functions?
what are the advantages of a macro over a function?
The file stdio.h, what does it contain?
What are the preprocessor categories?
What is I ++ in c programming?