Answer Posted / sumit mmmec
pointer provide the programmer direct access on memory
allocation.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is a loop?
What is a pointer and how it is initialized?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Why is it that not all header files are declared in every C program?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What is double pointer in c?
What is the use of function in c?
What is the difference between typedef struct and struct?
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?
What is the difference between the local variable and global variable in c?
Tell me can the size of an array be declared at runtime?
Explain setjmp()?
What do you mean by keywords in c?
What is volatile keyword in c?
How can you determine the size of an allocated portion of memory?