What is difference between array and pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of parallelize in spark?
write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?
Explain how can I open a file so that other programs can update it at the same time?
What do you mean by dynamic memory allocation in c? What functions are used?
What is typedef struct in c?
What is the use of static variable in c?
what is disadvantage of pointer in C
What is the memory allocated by the following definition ? int (*x)();
Explain what are preprocessor directives?
what is difference between array of characters and string
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
Does c have an equivalent to pascals with statement?