Answer Posted / nashiinformaticssolutions
A pointer is a variable that stores the memory address of another variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
can we change the default calling convention in c if yes than how.........?
Can you define which header file to include at compile time?
Explain what standard functions are available to manipulate strings?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What is the importance of c in your views?
What is data structure in c language?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What is the description for syntax errors?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
Is the exit() function same as the return statement? Explain.
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What the different types of arrays in c?
How is a pointer variable declared?
What is c preprocessor mean?