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 difference between exit() and _exit() functions?
what is stack , heap ,code segment,and data segment
What are the properties of union in c?
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.
What is the difference between Printf(..) and sprint(...) ?
The variables are int sum=10,SuM=20; these are same or different?
Is c an object oriented programming language?
What is the difference between struct and union in C?
What is the size of structure in c?
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?
What is huge pointer in c?
Describe static function with its usage?