What is the difference between array_name and &array_name?
No Answer is Posted For this Question
Be the First to Post Answer
What is function prototype in c language?
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,
What is sizeof array?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What are the different types of storage classes in C?
Write a c program to print the sizes and ranges of different data types in c?
how to generate sparse matrix in c
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
Are pointers really faster than arrays?
what is difference between c and c++
Is c compiled or interpreted?
what is difference between strcmp & palindrome?