What is a pointer?
Answer / gsrinivas
pointer is variable which stores the address of the memory
location
| Is This Answer Correct ? | 26 Yes | 2 No |
What is define directive?
What is LINKED LIST? How can you access the last element in a linked list?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
char p="data"; printf(p);
related to rdbms query .
Is python a c language?
Write a function that will take in a phone number and output all possible alphabetical combinations
How can I get the current date or time of day in a c program?
Define the scope of static variables.
write a program to create a sparse matrix using dynamic memory allocation.
what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }
change to postfix a/(b+c*d-e)