What is difference between array and pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
How does placing some code lines between the comment symbol help in debugging the code?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
0 Answers Aspire, Infogain, TISL,
implement general tree using link list
What are c header files?
write a code for large nos multilication (upto 200 digits)
Why C language is a procedural language?
how to get the starting address of file stored in harddisk through 'C'program.
Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 Answers MIT, TCS,
Explain what is gets() function?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
How can you dynamically allocate memory in C?