Answer Posted / rajendiran
pointer is address of the variable and identified the
variable location. if the pointer used to avoid the memory
wastage....
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Why c is a procedural language?
What does %c mean in c?
Is there anything like an ifdef for typedefs?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What is an lvalue?
How would you rename a function in C?
Tell us bitwise shift operators?
What is #ifdef ? What is its application?
How do you do dynamic memory allocation in C applications?
What is the purpose of scanf() and printf() functions?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
what is the format specifier for printing a pointer value?
what type of questions arrive in interview over c programming?
What is a string?
What is modifier & how many types of modifiers available in c?