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

Post New Answer

More C Interview Questions

what is the difference between exit() and _exit() functions?

2 Answers  


what is stack , heap ,code segment,and data segment

0 Answers  


What are the properties of union in c?

0 Answers  


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

0 Answers  


What is the difference between Printf(..) and sprint(...) ?

0 Answers   InterGraph,






The variables are int sum=10,SuM=20; these are same or different?

3 Answers  


Is c an object oriented programming language?

1 Answers  


What is the difference between struct and union in C?

1 Answers  


What is the size of structure in c?

0 Answers  


Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?

1 Answers   Infosys,


What is huge pointer in c?

0 Answers  


Describe static function with its usage?

0 Answers  


Categories