what is the use of pointers

Answer Posted / pratyusha

continuous memory allocation

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

provide an example of the Group by clause, when would you use this clause

1710


what is the function of pragma directive in c?

627


Are bit fields portable?

680


Explain how can type-insensitive macros be created?

572


A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?

1512






I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

1907


c language interview questions & answer

1463


How would you use the functions fseek(), freed(), fwrite() and ftell()?

707


What is static memory allocation?

609


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

1306


What is a static function in c?

624


What is #define used for in c?

615


What is difference between structure and union with example?

598


Explain Basic concepts of C language?

647


What does c value mean?

629