Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of a conditional inclusion statement in C?
In C, What is the #line used for?
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
What is derived datatype in c?
What are the different types of data structures in c?
What is static memory allocation? Explain
how to find out the inorder successor of a node in a tree??
Prove or disprove P!=NP.
What is the difference between constant pointer and constant variable?
What is the difference b/w main() in C language and main() in C++.
What is structure and union in c?
Explain what is wrong with this statement? Myname = ?robin?;