Answer Posted / gsrinivas
pointer is variable which stores the address of the memory
location
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
Explain what is #line used for?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
number of times a digit is present in a number
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What is "Duff's Device"?
What’s a signal? Explain what do I use signals for?
What are the types of data structures in c?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Does c have function or method?
What is the use of pointers in C?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
Is it fine to write void main () or main () in c?
write a program to rearrange the array such way that all even elements should come first and next come odd
p*=(++q)++*--p when p=q=1 while(q<=6)